Unlock devise user using command line?
Public
17 Jun 08:50

If you are using the Devise lockable module and locked user access (usually during the development) you may be guessing that the unlock! method should work but it doesn’t.

Use the unlock_access! method instead to unlock the user.

#untagged

Comments

Empty! You must sign in to add comments.