This project is archived and is in readonly mode.

Changeset [bcf4e4f2b02157cecc1f1727a95cdf5bfa471771] by David Heinemeier Hansson

December 18th, 2010 @ 09:38 PM

Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword) to encapsulate dead-simple password usage with SHA2 encryption and salting
https://github.com/rails/rails/commit/bcf4e4f2b02157cecc1f1727a95cd...

Committed by David Heinemeier Hansson

  • A activemodel/lib/active_model/secure_password.rb
  • A activemodel/test/cases/secure_password_test.rb
  • A activemodel/test/models/user.rb
  • M activemodel/CHANGELOG
  • M activemodel/lib/active_model.rb
  • M activerecord/CHANGELOG
  • M activerecord/lib/active_record/base.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>