Password resetting workflow for an entire site

The search query “reset password rails” returned this:

I tried and it works indeed.

I suggest you temporarily edit the user_notifications.forgot_password.subject_template (email content) and user_notifications.forgot_password.text_body_template (email title) text strings to explain to users why they receive this password reset email.

Also, care should be taken regarding rate limits. I don’t know if the 5s waiting time in the script from the other topic is enough.

2 Likes