Usr Extension

Hi, I’m trying to implement (http://www.yiiframework.com/extension/usr/) to my existing user model. I want to implement password recovery. I’m new to yii, can anyone guide me how to do this right way.

Thanks

Hi

I didn’t use this extension.

I suppose (according to the code) that the url is

Please refer it also as a comment to this extension

I’m the author of that module. Just take a look at ExampleUserIdentity in the components folder. The methods for each interface are grouped. You can copy them to the identity class you use and alter to match your enviroment (db schema, models, etc).

So, according to the author the url is www.yourdomain.com/usr/default/recovery (using url manager)

Without rerwites www.yourdomain.com/index.php?r=usr/default/recovery

(usr=module, default=controller, recover=action)