I am using devise gem for authentication.
In my application admin will create the users, so I want the user\'s reset password link when admin creates users.
This
You can use user.send_reset_password_instructions for that.
user.send_reset_password_instructions