Merge branch '38-admin-send-activation-password-resets-to-email' into dev
This commit is contained in:
commit
8c9455a2d5
8 changed files with 79 additions and 3 deletions
|
|
@ -70,8 +70,11 @@ router:
|
|||
backend-user-edit:
|
||||
pattern: '/admin/user/{id:([0-9]+)}'
|
||||
path: backend::user::edit
|
||||
backend-user-activation-email:
|
||||
pattern: '/admin/user/{id:([0-9]+)}/activation'
|
||||
path: backend::user::activation-email
|
||||
backend-user-status:
|
||||
pattern: '/admin/user/{id:([0-9]+)}/{type}'
|
||||
pattern: '/admin/user/{id:([0-9]+)}/status/{type}'
|
||||
path:
|
||||
module: backend
|
||||
controller: user
|
||||
|
|
|
|||
Reference in a new issue