Merge pull request #4699 from emanuelschuetze/fixUsersRoutingPerms

Fixed permission for reset password in routing module.
This commit is contained in:
Emanuel Schütze 2019-05-10 16:38:49 +02:00 committed by GitHub
commit 7e6b793e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const routes: Routes = [
{
path: 'password/:id',
component: PasswordComponent,
data: { basePerm: 'can_manage' }
data: { basePerm: 'users.can_manage' }
},
{
path: 'new',