]> git.openstreetmap.org Git - rails.git/commit
Include both copies of the password in the saved user
authorTom Hughes <tom@compton.nu>
Fri, 12 Jan 2024 17:41:13 +0000 (17:41 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 12 Jan 2024 17:55:16 +0000 (17:55 +0000)
commit242a4a1aee96fb145e5e0394962e5057bcb59d92
tree4fc1442f8465a990c3e3e816bb9e574aff8e2fad
parent1fd10c0935268e37c8f8d1d1b5787b5041eee2fd
Include both copies of the password in the saved user

This allows is to go back to hashing passwords when the user is saved.

Fixes #4474
app/controllers/users_controller.rb
app/models/user.rb