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
/
test
/
cases
/
secure_password_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
has_secure_password should not raise a 'digest missing' error if the calling ...
Robby Grossman
2012-07-31
1
-0
/
+8
*
Updated tests for has_secure_password.
Erich Menge
2012-05-08
1
-8
/
+22
*
Fix secure_password setter
Oscar Del Ben
2012-04-24
1
-0
/
+6
*
use variables from test setup
Vijay Dev
2011-10-17
1
-6
/
+4
*
AM mass assignment security attr_accessible and attr_protected now allow for ...
Josh Kalderimis
2011-04-24
1
-5
/
+6
*
bcrypt will encrypt anything, so validate_presence_of would not catch nil / b...
Aaron Patterson
2011-04-14
1
-0
/
+12
*
Override attributes_protected_by_default when has_secure_password is called.
Tsutomu Kuroda
2011-02-09
1
-0
/
+13
*
Remove weak_passwords list and the length/strong password validator, leave th...
Santiago Pastorino
2010-12-19
1
-49
/
+1
*
Add set_weak_passwords call in alignment with set_table_name.
Mikel Lindsaar
2010-12-19
1
-0
/
+5
*
Added ability to specify which passwords you want as weak passwords
Mikel Lindsaar
2010-12-19
1
-11
/
+31
*
Make password messages translatable.
José Valim
2010-12-19
1
-1
/
+1
*
Avoid warnings and fix small typo on SecurePassword.
José Valim
2010-12-19
1
-1
/
+3
*
BCrypt does its own salting, lovely!
David Heinemeier Hansson
2010-12-18
1
-0
/
+11
*
Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword...
David Heinemeier Hansson
2010-12-18
1
-0
/
+42