]> cat aescling's git repositories - mastodon.git/commit
Feature: Allow staff to change user emails (#7074)
authorEmelia Smith <ThisIsMissEm@users.noreply.github.com>
Tue, 10 Apr 2018 07:16:06 +0000 (09:16 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 10 Apr 2018 07:16:06 +0000 (09:16 +0200)
commit219a4423d8371fc89f122f3ef4874e9121b423f7
tree89e645fec9b8effde9d496269dc0f16dd2dbd7ea
parente6e93ecd8a45cea5f0c398054c2292a5fdf944cf
Feature: Allow staff to change user emails (#7074)

* Admin: Show unconfirmed email address on account page

* Admin: Allow staff to change user email addresses

* ActionLog: On change_email, log current email address and new unconfirmed email address
app/controllers/admin/change_emails_controller.rb [new file with mode: 0644]
app/helpers/admin/action_logs_helper.rb
app/models/account.rb
app/models/admin/action_log.rb
app/policies/user_policy.rb
app/views/admin/accounts/show.html.haml
app/views/admin/change_emails/show.html.haml [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
spec/controllers/admin/change_email_controller_spec.rb [new file with mode: 0644]