Move password change to new Security tab
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-01 18:38:35 +01:00
parent 92bfc33bf0
commit 8997349186
6 changed files with 30 additions and 10 deletions

View File

@@ -12,6 +12,8 @@ Rails.application.routes.draw do
get 'settings', to: 'settings#index'
post 'settings_reset_password', to: 'settings#reset_password'
get 'security', to: 'security#index'
resources :invitations, only: ['index', 'show', 'create', 'destroy']
namespace :admin do