1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
Commit graph

19 commits

Author SHA1 Message Date
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
0ba9980355 Merge branch 'master' of git@github.com:plataformatec/devise 2009-10-09 07:31:57 -03:00
José Valim
3a7b046558 Added TODO. 2009-10-05 19:44:06 -03:00
Carlos A. da Silva
3655fe9096 Restructuring directories for models and mailers. 2009-09-20 10:35:26 -03:00
Carlos A. da Silva
8e0c38b47a Fix password_confirmation test. Thanks to Cairo Noleto. 2009-09-20 10:13:42 -03:00
Carlos A. da Silva
ffc383953e Fix validating length of password. 2009-09-18 12:11:42 -03:00
Carlos A. da Silva
b82717a96c Adding validatable module containing some default email and password validations. 2009-09-18 12:03:41 -03:00
Carlos A. da Silva
91b19bd44f Adding find and reset password method to recoverable 2009-09-18 10:47:12 -03:00
Carlos A. da Silva
7f77b4ae40 Creating recoverable module, reseting passwords and sending reset instructions. Some minor refactorings. 2009-09-18 10:20:45 -03:00
Carlos A. da Silva
37f6a04c16 Moving perishable token into separated module. 2009-09-18 09:01:29 -03:00
Carlos A. da Silva
0b452cbd29 Setup confirmation instructions notification and tests green. 2009-09-17 21:29:13 -03:00
Carlos A. da Silva
2d2fc9d6b7 Moving views path to lib. 2009-09-17 20:09:00 -03:00
Carlos A. da Silva
673fe04eca Adding hook to authenticate method for testing if a user is already confirmed. 2009-09-17 20:03:38 -03:00
Carlos A. da Silva
3e6d1ffe43 Creating notifier and first attempt to send instructions to confirm by email. Some minor refactoring. 2009-09-17 19:54:19 -03:00
Carlos A. da Silva
bb336150fe Refactoring. 2009-09-17 11:27:45 -03:00
Carlos A. da Silva
debb0956a8 Adding confirmable module, generating confirmation code and confirming a user account. 2009-09-17 11:06:46 -03:00
Carlos A. da Silva
06ebf038e4 Creating authenticate method for user. 2009-09-17 09:46:40 -03:00
Carlos A. da Silva
955c3383c2 Authenticable module: generating salt and encrypting password 2009-09-17 09:24:33 -03:00
José Valim
673fda9725 First commit. 2009-09-16 09:17:43 -03:00