ruby on rails - Can't login using devise, migrating from restful_authentication -


i migrating restful_authentification devise. follow every steps. succeed sign new user, confirm it. login it's user. going right.

until found bugs. of current user able login restful_authentification, cannot login. returns "invalid username , password".

it possible reason coursed different password encryption system between restful_authentification , devise?

or devise didn't allow characters on password?

please me? 2 days find ways resolve issue

thanks

i not know restful_authentication, think have reset passwords of users existed before. safe assume devise uses different algorithm encode password.

when resetting password console, need specify :password , :password_confirmation, otherwise not work.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -