Skip to content

Instantly share code, notes, and snippets.

@afr-dt
Created June 27, 2017 19:57
Show Gist options
  • Save afr-dt/8de5bbf084d39dc334832178245f0f77 to your computer and use it in GitHub Desktop.
Save afr-dt/8de5bbf084d39dc334832178245f0f77 to your computer and use it in GitHub Desktop.
u=User.where(:email => 'usermail@gmail.com').first
u.password='userpassword'
u.password_confirmation='userpassword'
u.save!
@afr-dt
Copy link
Author

afr-dt commented Jul 26, 2017

Reset password devise Ruby on Rails...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment