0
Hello. I already have a column in my database called password. Use Password for authentication, so he created another column called encypted_password. Even if I copy all the password values and play for encrypted_password, I would face an error, since the passwords were not encrypted. Is there any way to make that already at the time of copying, the password values were encrypted beautiful bcrypt and thrown in the destination column? Without something like that, I’d have to do everything in my hand, one by one.
Same question asked on stack overflow gringo, it may be useful for several answers - http://stackoverflow.com/questions/6113375/converting-existing-password-hash-to-devise
– Fladson Gomes