Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove exception variable from rescue block | Carlos Antonio da Silva | 2013-03-22 | 1 | -2/+2 |
| | | | | | Just raising from the rescue block will re-raise the exception, so the variable is not necessary. | ||||
* | Change Standard error when is required bcrypt-ruby and fails | robertomiranda | 2013-03-21 | 1 | -2/+7 |
| | |||||
* | `has_secure_password` is not invalid when assigning empty Strings. | Yves Senn | 2013-03-04 | 1 | -2/+8 |
| | | | | | | | | | | Closes #9535. With 692b3b6 the `password=` setter does no longer set blank passwords. This triggered validation errors when assigning empty Strings to `password` and `password_confirmation`. This patch only sets the confirmation if it is not `blank?`. | ||||
* | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" | Guillermo Iguaran | 2013-01-18 | 1 | -2/+2 |
| | | | | | This reverts commit 637a7d9d357a0f3f725b0548282ca8c5e7d4af4a, reversing changes made to 5937bd02dee112646469848d7fe8a8bfcef5b4c1. | ||||
* | User Rails 4 find_by | robertomiranda | 2013-01-18 | 1 | -2/+2 |
| | |||||
* | Initialize #min_cost to avoid warning in Ruby 2.0 | Carlos Antonio da Silva | 2012-11-17 | 1 | -2/+3 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-11-17 | 1 | -0/+4 |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_dispatch/routing/redirection.rb | ||||
| * | add details on password confirmation used with has_secure_password | Daniel Lopes | 2012-11-13 | 1 | -0/+4 |
| | | |||||
* | | Use BCrypt's MIN_COST in the test environment for speedier tests | Trevor Turk | 2012-11-14 | 1 | -1/+4 |
|/ | |||||
* | remove non-breaking spaces [ci skip] | Francesco Rodriguez | 2012-10-18 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-08-04 | 1 | -17/+37 |
|\ | | | | | | | | | | | Conflicts: activemodel/lib/active_model/secure_password.rb activerecord/lib/active_record/associations/collection_proxy.rb | ||||
| * | update ActiveModel::Validator docs [ci skip] | Francesco Rodriguez | 2012-07-29 | 1 | -1/+1 |
| | | |||||
| * | update ActiveModel::SecurePassword docs [ci skip] | Francesco Rodriguez | 2012-07-29 | 1 | -18/+38 |
| | | |||||
* | | has_secure_password should not raise a 'digest missing' error if the calling ↵ | Robby Grossman | 2012-07-31 | 1 | -2/+2 |
|/ | | | | class has specified for validations to be skipped. | ||||
* | has_secure_password shouldn't validate password_digest. It should also take ↵ | Erich Menge | 2012-05-08 | 1 | -5/+10 |
| | | | | options to turn validations off. | ||||
* | 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 | ||||
| * | | 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 |
| | | | Only one space is needed, yo! | ||||
* | bcrypt will encrypt anything, so validate_presence_of would not catch nil / ↵ | Aaron Patterson | 2011-04-14 | 1 | -1/+3 |
| | | | | blank passwords. Thank you to Aleksander Kamil Modzelewski for reporting this | ||||
* | Declaring the attr_accessor for password_confirmation is not necessary | Brian Cardarella | 2011-04-14 | 1 | -2/+1 |
| | | | | as the confirmation validation already adds that attr_accessor | ||||
* | Override attributes_protected_by_default when has_secure_password is called. | Tsutomu Kuroda | 2011-02-09 | 1 | -2/+6 |
| | | | | | | | attr_protected should not be called, because it nullifies the mass assignment protection that has been set by attr_accessible. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | 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 ↵ | Santiago Pastorino | 2010-12-19 | 1 | -31/+6 |
| | | | | that up to the programmer | ||||
* | 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 ↵ | David Heinemeier Hansson | 2010-12-18 | 1 | -7/+7 |
| | | | | with new compiled gem) | ||||
* | Added ActiveRecord::Base#has_secure_password (via ↵ | David Heinemeier Hansson | 2010-12-18 | 1 | -0/+73 |
ActiveModel::SecurePassword) to encapsulate dead-simple password usage with SHA2 encryption and salting |