adding migration notes to readme

This commit is contained in:
Marcelo Silveira 2009-11-10 13:29:52 -02:00
parent 262a33f71f
commit 2825998439
1 changed files with 4 additions and 0 deletions

View File

@ -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.