]> source.dussan.org Git - redmine.git/commit
Adds random salt to user passwords (#7410).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 23 Feb 2011 17:27:31 +0000 (17:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 23 Feb 2011 17:27:31 +0000 (17:27 +0000)
commitce84bb1a0194d98b4db99e258cc0ada6b98e19b8
tree58d92f42735c234f6817d073f090ce3a3f0751a4
parent3ab981c04c33ebc1a490063d2d626fa669721209
Adds random salt to user passwords (#7410).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4936 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/user.rb
db/migrate/20110223180944_add_users_salt.rb [new file with mode: 0644]
db/migrate/20110223180953_salt_user_passwords.rb [new file with mode: 0644]
extra/svn/Redmine.pm
test/fixtures/users.yml
test/unit/user_test.rb