José Valim
eb3118e89a
Add OAuth2 documentation.
2010-07-26 20:33:21 +02:00
José Valim
ebe3e791d6
Email should be case insensitive, closes #372
2010-07-12 07:29:45 +02:00
Jacques Crocker
6d31e368bf
Use persisted? instead of new_record?
...
In order to be more ActiveModel compliant, lets use persisted? whereever we can. Particularly for datamapper, new_record? causes api warnings. Better to stick to the ActiveModel api I think.
2010-03-28 20:53:13 -07:00
José Valim
4b7a9204b8
More configuration to validatable.
2010-03-28 07:19:23 +02:00
José Valim
ea71be8d2a
More compatibility with Rails master.
2010-03-28 07:15:52 +02:00
Jacques Crocker
afe6a8c8c8
Merge branch 'master' of git://github.com/plataformatec/devise
2010-03-27 16:10:30 -07:00
José Valim
a53cc74fd9
Revert "Move password_required? to authenticatable. This allow you to reuse it when building your own validations."
...
This reverts commit 386e7be823
.
2010-03-27 12:31:38 +01:00
Jacques Crocker
fd035b841b
Additional configuration for validatable
...
Added the ability to customize password length (via Devise.password_length) and the regular expression used for validating email (via Devise.email_regex)
2010-03-26 13:52:12 -07:00
José Valim
386e7be823
Move password_required? to authenticatable. This allow you to reuse it when building your own validations.
2010-03-26 12:19:01 +01:00
José Valim
e1c2e45f97
Extract Activatable from Confirmable, so if you need to active your account through other means, you can still do so and ensure cherry pick works as expected.
2009-12-20 13:53:53 +01:00
José Valim
436300928b
Send :scope to the proper validation.
2009-12-16 01:28:43 +01:00
José Valim
45a5d2b416
Email is always required in validatable.
2009-12-06 17:21:18 -02:00
José Valim
52885725a9
Assert validations API inside validatable module.
2009-11-24 13:56:54 -02:00
José Valim
6c46c0985e
Make validations based on authentication keys.
2009-11-15 03:32:22 -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
b21b6291b0
Better documentation.
2009-10-17 12:10:15 -03:00
José Valim
3c5bfc9520
Kick tests back to life.
2009-10-12 08:37:28 -03:00
Carlos A. da Silva
1ac4cab473
Adding some documentation.
2009-10-09 10:37:36 -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
3655fe9096
Restructuring directories for models and mailers.
2009-09-20 10:35:26 -03:00