From ca70944d0c52d9a32d1895b8c4e5e0b6d471b8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 10 May 2019 16:09:35 +0200 Subject: [PATCH] Fixed permission for reset password in routing module. --- client/src/app/site/users/users-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/site/users/users-routing.module.ts b/client/src/app/site/users/users-routing.module.ts index 512a17d58..8d4254a42 100644 --- a/client/src/app/site/users/users-routing.module.ts +++ b/client/src/app/site/users/users-routing.module.ts @@ -22,7 +22,7 @@ const routes: Routes = [ { path: 'password/:id', component: PasswordComponent, - data: { basePerm: 'can_manage' } + data: { basePerm: 'users.can_manage' } }, { path: 'new',