mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
adding migration notes to readme
This commit is contained in:
parent
262a33f71f
commit
2825998439
1 changed files with 4 additions and 0 deletions
|
@ -228,6 +228,10 @@ Devise mailer uses the same pattern to create subject messages:
|
|||
|
||||
Take a look at our locale file to check all available messages.
|
||||
|
||||
== Migrating from other solutions
|
||||
|
||||
Devise implements encryption strategies for Clearance, Authlogic and Restful-Authentication. To make use of it set the desired encryptor in the encryptor initializer config option. You might also need to rename your encrypted password and salt columns to match Devises's one (encrypted_password and password_salt).
|
||||
|
||||
== TODO
|
||||
|
||||
Please refer to TODO file.
|
||||
|
|
Loading…
Reference in a new issue