]> git.openstreetmap.org Git - rails.git/commit
Redirect users with invalid password to the reset flow
authorTom Hughes <tom@compton.nu>
Tue, 28 Apr 2026 21:55:43 +0000 (22:55 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 30 Apr 2026 16:49:06 +0000 (17:49 +0100)
commitcde3ffcbc0f5607b210c49c06cce5942dd28b601
tree482f0cb7d927a723e2afd6bc8511c8d05d55baed
parentec36bfd06d8ed61e9410186df5e19958823613a5
Redirect users with invalid password to the reset flow
.rubocop_todo.yml
app/controllers/sessions_controller.rb
app/models/user.rb
config/locales/en.yml
lib/password_hash.rb
test/controllers/passwords_controller_test.rb
test/controllers/sessions_controller_test.rb
test/integration/user_creation_test.rb
test/lib/password_hash_test.rb