How do I implement user admin actions like change passowrd/details in the views in CakePHP?

Posted by grokker on Stack Overflow See other posts from Stack Overflow or by grokker
Published on 2010-05-09T01:31:54Z Indexed on 2010/05/09 1:38 UTC
Read the original article Hit count: 216

Filed under:

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

© Stack Overflow or respective owner

Related posts about cakephp