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

javascript - How to use the code plugin with popcornjs -

python - rpy2 import is not working -

Python, converting png to gif using ImageMagick -