]> git.openstreetmap.org Git - rails.git/commit
Split password reset functionality into PasswordsController
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 7 Apr 2021 13:39:12 +0000 (14:39 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 7 Apr 2021 15:05:28 +0000 (16:05 +0100)
commit7a66c6d4eb65a5ad6438970375cf3ea6ac4e3cfc
tree05367bf851587e265bf689ae8f0027225e3949d3
parente7517039835bc34f09e99bdfa50295ab461f9058
Split password reset functionality into PasswordsController
app/abilities/ability.rb
app/controllers/passwords_controller.rb [new file with mode: 0644]
app/controllers/users_controller.rb
app/mailers/user_mailer.rb
app/views/passwords/lost_password.html.erb [moved from app/views/users/lost_password.html.erb with 100% similarity]
app/views/passwords/reset_password.html.erb [moved from app/views/users/reset_password.html.erb with 100% similarity]
app/views/sessions/new.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/passwords_controller_test.rb [new file with mode: 0644]
test/controllers/users_controller_test.rb