index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activemodel
/
lib
/
active_model
/
secure_password.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
has_secure_password shouldn't validate password_digest. It should also take ...
Erich Menge
2012-05-08
1
-5
/
+10
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-04-25
1
-1
/
+2
|
\
|
*
Correct documentation of SecurePassword
Oscar Del Ben
2012-04-24
1
-1
/
+2
*
|
Merge pull request #5966 from oscardelben/fix_secure_password_setter
José Valim
2012-04-24
1
-1
/
+1
|
\
\
|
*
|
Fix secure_password setter
Oscar Del Ben
2012-04-24
1
-1
/
+1
|
|
/
*
/
Refactor SecurePassword#authenticate
Oscar Del Ben
2012-04-24
1
-5
/
+1
|
/
*
fix example code in documentation for has_secure_password
Aaron Beckerman
2012-01-28
1
-1
/
+1
*
fix a typo and slightly reword has_secure_password comment
Vijay Dev
2011-10-17
1
-2
/
+2
*
Add comments about bcrypt-ruby gem to SecurePassword
Guillermo Iguaran
2011-09-03
1
-0
/
+6
*
Remove hard dependency on bcrypt.
Guillermo Iguaran
2011-09-02
1
-2
/
+3
*
Remove superfluous whitespace from ActiveModel::SecurePassword
Daniel Schierbeck
2011-05-22
1
-1
/
+1
*
bcrypt will encrypt anything, so validate_presence_of would not catch nil / b...
Aaron Patterson
2011-04-14
1
-1
/
+3
*
Declaring the attr_accessor for password_confirmation is not necessary
Brian Cardarella
2011-04-14
1
-2
/
+1
*
Override attributes_protected_by_default when has_secure_password is called.
Tsutomu Kuroda
2011-02-09
1
-2
/
+6
*
Instance methods shouldnt be added until you actually call has_secure_password
David Heinemeier Hansson
2010-12-29
1
-11
/
+15
*
Remove require AS::Concern from places where is already in
Santiago Pastorino
2010-12-19
1
-1
/
+0
*
Remove weak_passwords list and the length/strong password validator, leave th...
Santiago Pastorino
2010-12-19
1
-31
/
+6
*
Use class_attribute to ensure weak_passwords are inheritable.
José Valim
2010-12-19
1
-18
/
+8
*
Add set_weak_passwords call in alignment with set_table_name.
Mikel Lindsaar
2010-12-19
1
-5
/
+11
*
Fix incorrect docs
Mikel Lindsaar
2010-12-19
1
-3
/
+1
*
Added ability to specify which passwords you want as weak passwords
Mikel Lindsaar
2010-12-19
1
-6
/
+25
*
'unsecure' => 'insecure'
José Valim
2010-12-19
1
-1
/
+1
*
Make password messages translatable.
José Valim
2010-12-19
1
-2
/
+2
*
Add missing require and remove extra module.
José Valim
2010-12-19
1
-20
/
+19
*
Avoid warnings and fix small typo on SecurePassword.
José Valim
2010-12-19
1
-3
/
+3
*
BCrypt does its own salting, lovely!
David Heinemeier Hansson
2010-12-18
1
-12
/
+11
*
Switch from SHA2 to BCrypt (easy Windows compatibility is coming shortly with...
David Heinemeier Hansson
2010-12-18
1
-7
/
+7
*
Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword...
David Heinemeier Hansson
2010-12-18
1
-0
/
+73