Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |