What is the recommended approach to implement password reset functionality with Shiro ?
Should I just generate a new password, update the database, send to the end user over email and force the user to change on the next login? Or Is there something more elegant that should be done using Shiro ? Thanks IPVP
