search for: oldencrypt

Displaying 1 result from an estimated 1 matches for "oldencrypt".

2011 Feb 14
0
Devise is causing the [The change you wanted was rejected.] Error...
I am using the custom made Devise controller. I moved from PHP to Rails that, old users password are stored in Devise:user table in form of "devise_encryption(oldencryption(password))" If an user login, and app finds out that this user''s password is in form of "devise_encryption(oldencryption(password))", I then change it in to a form of "devise_encryption(password)" with password = params[:user][:password] I am getting the below...