aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/secure_password.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor `has_secure_password` to extract dedicated attribute moduleRyuta Kamizono2019-04-051-36/+38
* Reintroduce support for overriding `has_secure_password` attributesSeb Jacobs2019-03-221-26/+30
* has_secure_password: use `recovery_password` instead of `activation_token`bogdanvlviv2018-07-081-6/+6
* Merge pull request #26764 from choncou/improve_has_secure_passwordRafael Mendonça França2018-06-281-55/+48
|\
| * Remove method for regenerating a token, and update `#authenticate`.Unathi Chonco2016-10-121-40/+16
| * This addition will now allow configuring an attribute name for theUnathi Chonco2016-10-121-40/+57
* | Talk about bytes not charactersRafael Mendonça França2017-07-311-3/+3
* | Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|/
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
* Fix spelling error in has_secure_password documentation [ci skip]Melanie Gilman2015-03-031-1/+1
* Remove attributes_protected_by_default reference, since MassAssignmentSecurit...robertomiranda2015-01-091-7/+0
* Use more semantic method to check passwordRohit Arondekar2014-12-301-1/+1
* use `allow_blank` option insteadKuldeep Aggarwal2014-09-141-1/+1
* Allow password to contain spaces only.Yevhene Shemet2014-08-061-2/+2
* Only automatically include validations when enabledGodfrey Chan2014-07-021-1/+2
* automatically include ActiveModel::Validations when include ActiveModel::Secu...Aditya Kapoor2014-07-031-0/+1
* Edit pass on `has_secure_password` documentation [ci skip]Godfrey Chan2014-06-141-5/+6
* [ci skip] Update #has_secure_password docsAkshay Vishnoi2014-06-141-6/+9
* SecurePassword - Validate password must be less than or equal to 72Akshay Vishnoi2014-06-141-0/+6
* Merge pull request #15154 from msgehard/move_password_fieldRafael Mendonça França2014-05-201-2/+2
|\
| * Put attr_reader in with all of the other instance methodsMike Gehard2014-05-171-2/+2
* | Let others know why this code is hereMike Gehard2014-05-181-0/+1
|/
* Bump version of bcrypt gemT.J. Schuck2014-02-251-4/+4
* Some minor fixesGodfrey Chan2014-01-241-2/+2
* Got all the new tests passingGodfrey Chan2014-01-241-10/+8
* Restored the ability to clear the password with user.password= nil (see the d...Godfrey Chan2014-01-241-1/+3
* Use a better method name to check the requirement of password confirmationCarlos Antonio da Silva2014-01-071-5/+5
* Fix few typos and improve markup at some levelsRobin Dupret2013-12-241-1/+1
* Merge pull request #12635 from mperham/4-0-stableGuillermo Iguaran2013-10-241-1/+0
* Use bcrypt's public cost attr, not internal constantT.J. Schuck2013-10-101-1/+1
* bcrypt-ruby v3.1.2 supports Ruby 2.0 on WindowsT.J. Schuck2013-09-231-3/+3
* Add :nodoc: to ActiveModel::SecurePassword.min_costGaurish Sharma2013-08-291-1/+3
* Fix secure_password password_confirmation validationsVladimir Kiselev2013-07-241-2/+8
* bcrypt-ruby stable is 3.1Burkhard Vogel-Kreykenbohm2013-07-171-3/+3
* Fixing Issue #11083Akshay Khole2013-06-251-1/+1
* Fix regression in has_secure_password.Phil Calvin2013-05-301-4/+3
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-1/+1
* Prefer find_by over dynamic finders in rdocSam Ruby2013-04-021-7/+7
* Remove exception variable from rescue blockCarlos Antonio da Silva2013-03-221-2/+2
* Change Standard error when is required bcrypt-ruby and failsrobertomiranda2013-03-211-2/+7
* `has_secure_password` is not invalid when assigning empty Strings.Yves Senn2013-03-041-2/+8
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-2/+2
* User Rails 4 find_byrobertomiranda2013-01-181-2/+2
* Initialize #min_cost to avoid warning in Ruby 2.0Carlos Antonio da Silva2012-11-171-2/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-171-0/+4
|\
| * add details on password confirmation used with has_secure_passwordDaniel Lopes2012-11-131-0/+4
* | Use BCrypt's MIN_COST in the test environment for speedier testsTrevor Turk2012-11-141-1/+4
|/
* remove non-breaking spaces [ci skip]Francesco Rodriguez2012-10-181-3/+3