Maldicore / Admin

CakePHP Plugin for automagic admin using Twitter Bootstrap for CakePHP 2.x
52 stars 34 forks source link

Change user password #10

Open ghost opened 11 years ago

ghost commented 11 years ago

This is most like a feature for the plugin, How can I make to change the user password ? I have added the User model, but the password are plain-text, they are not encrypted with md5.

yusuf commented 11 years ago

The plugin comes with a user model/controller and basic authentication... Check app/Plugin/Admin/ folder!

The password is encrypted, which version of the Plugin are you using?