Added password reset via admin panel

This commit is contained in:
mgabdev
2019-08-28 16:13:56 -04:00
parent 3b1cfd4253
commit 30c30c696a
5 changed files with 46 additions and 2 deletions

View File

@@ -92,6 +92,10 @@ en:
new_email: New email
submit: Change email
title: Change email for %{username}
change_password:
button: Change Password
title: Change password for %{username}
set_new_password: Update
confirm: Confirm
confirmed: Confirmed
confirming: Confirming

View File

@@ -182,7 +182,7 @@ Rails.application.routes.draw do
resources :report_notes, only: [:create, :destroy]
resources :accounts, only: [:index, :show] do
resources :accounts, only: [:index, :show, :edit, :update] do
member do
post :subscribe
post :unsubscribe