ruby on rails - Does Devise encrypt all user model attributes or only passwords? -


I have some custom attributes related to device users Are these attributes encrypted by default? If not all, all the properties of the user are encrypted to ensure that one can be one?

Thank you!

The device will encrypt only the passwords, the model looks like the most popular method of encrypting attributes .


Comments

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -

javascript - parsing json not working -