We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated How To: Mass password reset and email notification (markdown)
Devise.friendly_token(length = 50) creates or overrides variable 'length' in the local scope
reset_and_send_password_reset_instructions task
Clarify this does not reset passwords, only provides link to allow later resetting of password
Now it's `user.send_reset_password_instructions`, not `User.send_reset_password_instructions user`
I mean, this thing had an incorrect description and way more code than necessary. It's already built into Devise. Don't rewrite it.
Updated to current devise version. The previous information is from 2011
Updated How to: Mass password reset and email notification (markdown)