Forget Password

Hello Evryone,

           I am very new in YII framework. I want to add "Forget Password" along with the login form. When user click on it, system will fetch email address of that user from the database and send new password to that user by email. I dont want to use any [b]plug-ins[/b] for that.Please help ASAP.

Thanks!!!!

Hi,

First you can create the custom model with extends CFORM Model and apply the rules then after your controller action you can call this model in your creating view file.

use yii module yii user

it will satisfy all your needs

http://www.yiiframework.com/wiki/423/installing-yii-users-and-rights-to-newly-created-yii-app/

My whole project already 90% developed and all the functionality are working nice. So now i dont want to add any plug-ins. Can you please help me for create customized Forget Password.

Thanks for your support!!!