1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise/strategies
George Guimarães c4b4411513 Change encryption for hashing in the documentation.
Throughout the documentations, we are using 'encrypt' incorrectly.
Encrypt means that someone will eventually decrypt the message,
which is obviously not the case for Devise.

I'm changing the docs to use 'hashing' instead.

However, I left the database field as `encrypted_password` for now.
I'll update the db field in an upcoming PR.
2016-02-10 17:10:52 -02:00
..
authenticatable.rb Fix typo: authenticatable 2015-09-30 19:32:44 -03:00
base.rb Cleanup trailing whitespace 2013-12-05 09:03:32 +01:00
database_authenticatable.rb Change encryption for hashing in the documentation. 2016-02-10 17:10:52 -02:00
rememberable.rb Do not clean up CSRF on rememberable 2015-05-23 22:13:59 +02:00