How do I implement user admin actions like change passowrd/details in the views in CakePHP?
- by grokker
Hi I'm wondering how do you implement actions like changing the user password or user details and stuff like that with CakePHP? Let's say you have a users/view/1 page and then it displays the public profile of a user. Do you put conditions in that view to display the change details link? Is that the proper way? What do you guys normally do and suggest?
Thank you in advance