简体   繁体   中英

Where to find password for devise user

I have created model User with devise.
$ rails generate devise User
It has created table users. I am not able to find password column in it. Where is password stored for users.

它必须是列encrypted_password

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM