José Valim
bdf0bc7b1e
Revert "Revert "New password default minimum length is now 8""
...
This reverts commit b1f490a2f8 .
Actually, the implementation was good!
2012-07-24 23:41:17 +02:00
José Valim
b1f490a2f8
Revert "New password default minimum length is now 8"
...
This reverts commit 2950434ed3 .
It is backwards incompatible, we need a better migration plan.
2012-07-24 22:41:13 +02:00
José Valim
f4db03d31c
Do not add ActionView::Helpers::DateHelper to all models
2012-07-23 15:59:17 +02:00
Nils Landt
dcada8fe75
Refactor according to line notes from josevalim
...
- rename reset_password_within to confirm_within
- confirmation_period_valid? is back and memoized
- fix hash syntax to hashrocket
2012-07-22 14:02:27 +02:00
Nils Landt
42a0c30139
Refactored according to line notes by rodrigoflores
2012-07-11 15:49:41 +02:00
Nils Landt
87f2fa9767
Add options to expire confirmation tokens
...
With this patch, functionality is added to expire the confirmation
tokens that are being sent by email.
For example, if a token is valid for 3 days only, it cannot be used for
confirmation on the 4th day.
2012-07-09 14:43:12 +02:00
Rodrigo Flores
2950434ed3
New password default minimum length is now 8
2012-07-06 13:41:28 -03:00
Carlos Galdino
c179cef365
Change the minimum password length to 8
2012-07-06 11:46:46 -03:00
José Valim
ba2e44c6a4
Release 2.1.1
2012-06-16 15:57:17 +02:00
José Valim
6dd7ccee68
Add more docs, remove 3.0 related code, update CHANGELOG
2012-06-08 19:22:14 +02:00
Andrey Voronkov
b1b6e53d6f
In addition to #1722 . expire_auth_token_on_timeout added to Timeoutable configuration block.
2012-06-07 09:32:44 +04:00
José Valim
32f20dddd6
Get rid of deprecated code
2012-05-06 13:13:53 +02:00
José Valim
b59ce51760
Wording.
2012-03-30 09:05:52 +02:00
Rodrigo Rosenfeld Rosas
076f4b4db1
config.use_salt_as_remember_token is no longer supported
2012-03-28 19:29:41 -03:00
Rodrigo Rosenfeld Rosas
ac7b1b3c1f
Fix minor typo on settings template
2012-03-28 16:58:21 -03:00
RogerE
de24170a79
Use rememberable_options instead of deprecated cookie_options in initializer
2012-02-21 08:01:17 +01:00
Claudio Poli
97c0339f66
Fix typos in devise.rb
2012-01-17 23:14:26 +01:00
José Valim
0b55ebb150
Remove 3.0 related code.
2012-01-02 21:04:54 +01:00
José Valim
8b3e0e52f1
Generate routes again for token, closes #1526 .
2012-01-02 19:27:05 +01:00
José Valim
8ff080fb99
Improve docs for params/http authenticatable.
2012-01-02 19:24:48 +01:00
José Valim
5a11c6597c
Usage of Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage
2011-12-11 20:39:41 +01:00
José Valim
930b324c15
Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for
2011-12-11 20:18:02 +01:00
José Valim
035e56215d
Enable reconfirmable by default and disable apply_schema.
2011-12-05 00:03:53 +01:00
José Valim
bd27bf7677
Deprecate and disable old behavior accumulated with time.
2011-12-04 23:58:19 +01:00
José Valim
6d681c5b8a
Merge remote-tracking branch 'heimidal/updates' into reconfirm
...
Conflicts:
lib/devise/models/confirmable.rb
test/support/helpers.rb
2011-12-04 20:58:41 +01:00
José Valim
9c3d5705b5
Update lib/generators/templates/devise.rb
2011-11-23 08:42:45 +00:00
José Valim
24b26026ef
Delegator now checks the mapping for the proper failure app.
2011-11-07 09:20:09 -02:00
Brian Rose
7f754caba3
Merge branch 'master' into updates
2011-10-12 10:56:08 -06:00
José Valim
dd1d128333
Edited lib/generators/templates/devise.rb via GitHub
2011-09-21 12:58:10 -07:00
mandaryn
6469cbc62a
renamed confirmation_on_email_change property to reconfirmable and added reconfirmable explanations
2011-08-30 22:19:17 -06:00
José Valim
a8d9695324
Simplify regexp and ensure it runs against UTF8 chars, closes #1235
2011-08-29 13:15:40 +02:00
Szymon Przybył
7665cbf21d
Allow to set default 'from' header of Devise mails in custom mailer class
2011-08-20 22:35:47 +02:00
José Valim
6448490de5
Edited lib/generators/templates/devise.rb via GitHub
2011-08-05 20:45:39 +03:00
Dennis Reimann
372dfecf05
Added a comment about the stretch change
2011-08-04 23:00:12 +03:00
Dennis Reimann
68bd6809a7
Speed up tests by defaulting to 1 stretch in test env
2011-08-04 22:50:06 +03:00
Jo Liss
2a6c160d39
Remove whitespace from generator template
2011-07-08 18:41:16 +02:00
José Valim
adb127bb3e
Default to delete on new templates.
2011-06-27 12:15:23 -03:00
Rodrigo Flores
1d87997647
Improved paranoid mode generator explanation
2011-06-22 12:52:11 -03:00
Rodrigo Flores
db959da247
Added a commented line for paranoid mode on generator
2011-06-22 12:52:11 -03:00
Stefan Wrobel
8e87a2d80d
Add strip_whitespace_keys which works like case_insensitive_keys but strips whitespace from emails
2011-06-10 01:37:43 -07:00
Paul Bellamy
0bcf71f8df
Rails has removed SecureRandom from ActiveSupport in Rails 3.2,
...
deprecated
* Changing references in generators and encryptable_test
2011-05-28 14:44:54 +01:00
José Valim
9fe0cb4954
use @example.com
2011-04-18 10:00:00 +02:00
Matias Korhonen
8db00eedea
Bump the password maximum length to 128 characters.
2011-04-15 16:39:01 +08:00
José Valim
ed51fc7636
Tidy up previous commits.
2011-03-30 15:35:38 +02:00
Jean-Daniel Guyot
be2aeee70f
Add reset_password_within configuration variable.
2011-03-30 21:11:33 +08:00
José Valim
73669e09c8
Remove deprecations, bump to .dev and update template.
2011-03-28 21:26:53 +02:00
José Valim
add8f8a203
Works on 3.0.4.
2011-02-15 10:27:34 +01:00
Carlos Antonio da Silva
c9fe8885f9
Spaces
2011-02-06 19:23:36 -02:00
John Plummer
7a1852e9f5
Allow send confirmation to change keys used
2011-02-05 16:19:01 +08:00
José Valim
68f699bfd4
Do not change default behavior of previous apps.
2011-01-21 10:55:40 +01:00