devise how to let a user change his password

i’m using devise for users, how do i let a user change his password?

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

thanks