i’m using devise for users, how do i let a user change his password?
thanks
On Dec 29, 2015, at 6:25 PM, fugee ohu [email protected] wrote:
i’m using devise for users, how do i let a user change his password?
Send them to /users/password/new and they will be able to reset their
password. There’s a whole system in there that sends an e-mail with a
login token to the registered account address.
Walter