Merge pull request #4699 from emanuelschuetze/fixUsersRoutingPerms
Fixed permission for reset password in routing module.
This commit is contained in:
commit
7e6b793e2a
@ -22,7 +22,7 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'password/:id',
|
||||
component: PasswordComponent,
|
||||
data: { basePerm: 'can_manage' }
|
||||
data: { basePerm: 'users.can_manage' }
|
||||
},
|
||||
{
|
||||
path: 'new',
|
||||
|
Loading…
Reference in New Issue
Block a user