Commit Graph

12 Commits

Author SHA1 Message Date
Carlos A. da Silva
22dd5f5669 Fix encrypt password tests. 2009-10-20 13:31:34 -02:00
Carlos A. da Silva
342f948bc8 Adding pepper and stretches configuration per model, and globaly setup through Devise.pepper and Devise.stretches 2009-10-20 11:17:40 -02:00
Carlos A. da Silva
7f91651d0c Updating tests to reflect salt and password changes. 2009-10-15 16:19:03 -03:00
Carlos A. da Silva
198167d978 Removing default mapping and Updating tests at all 2009-10-10 18:07:25 -03:00
Carlos A. da Silva
4e263b96c9 Updating sessions controller to use resource oriented style. Changing authenticate method to accept a hash of attributes. 2009-10-10 16:20:23 -03:00
Carlos A. da Silva
aaddc05f99 Moving modules inside respective Models module. 2009-10-09 10:37:36 -03:00
Carlos A. da Silva
c0b272a49d Refactoring generating salt and encrypting password only before saving the record. 2009-10-09 07:36:13 -03:00
Carlos A. da Silva
3cc61e4a96 Creating stretches to force encrypting password as many times as possible. 2009-10-09 07:36:13 -03:00
Carlos A. da Silva
cf1ea9ab86 Cleaning up recoverable methods, changing to use a hash of options instead of default parameters. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
f8f8ba06a1 Changing SECURE_AUTH_SITE_KEY to mattr_accessor, adding gitignore and removing log files from test app. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
7ce49cbbe8 Configuring session and password controllers as engine, and getting integration tests from devise example app. 2009-10-09 07:36:12 -03:00
Carlos A. da Silva
3655fe9096 Restructuring directories for models and mailers. 2009-09-20 10:35:26 -03:00