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

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

javascript - Enable/Disable form elements and changing the values of button at a time? -