|
Hi I'm using a user management plugin for cakephp. The one I'm using can be found here: http://usermgmt.ektasoftwares.com/
Has anyone ever used this plugin? For some reason I can't get the permissions to work. For example, I create another user (as a user not admin) and I gave users permission to edit their profile through the admin side. However, when I go to the user side I can't edit my profile - it just says access denied and tells me to go back to the dashboard...I checked the database in myphpadmin and the table seems to be correct for the particular row I'm talking about. I don't understand why it isn't working. If anyone can help with this problem or just recommend another plugin similar I'd really appreciate it.
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
https://github.com/cakedc
search users , this plugin stable at 95% , 5% isn't table . but it is good, you can see and get code from it . Now , it is best, if you develop users magnagement for yourself. Then you can easier to fix any errors happen.
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
In reply to this post by Steven Scaffidi
https://github.com/cakedc
search users , this plugin is stable at 95% , 5% isn't stable . but it is good, you can see and get code from it . Now , it is best, if you develop users magnagement for yourself. Then you can easier to fix any errors happen.
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
Thank you for the advice. I honestly just want to see how they do the email confirmation, lost passwords, and all of that stuff. I will be developing my own ACL app.
On Tuesday, May 8, 2012 10:55:26 AM UTC-5, Điển vũ wrote: https://github.com/cakedc Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
extending the Users plugin into your App makes it easy to customise the the plugins functionality
and then you can add acl and stuff. - S On 10 May 2012 05:06, Steven Scaffidi <[hidden email]> wrote: Thank you for the advice. I honestly just want to see how they do the email confirmation, lost passwords, and all of that stuff. I will be developing my own ACL app. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
| Powered by Nabble | Edit this page |
