I\'m wondering if there is a manner of calling the \'forgot password\' procedure without forcing my user to log out
The case I\'m running into is: 1. a user logs in
You can use the @user.send_reset_password_instructions to generate the password reset token and send the email. If you just call the mailer directly, a password reset token won't be generated to authenticate the reset.
@user.send_reset_password_instructions