mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Change permission string for update password
This commit is contained in:
commit
cdf3e2717a
@ -145,7 +145,7 @@ import javax.ws.rs.core.Response;
|
||||
description = "Adding a User",
|
||||
key = "um:users:cred:change",
|
||||
roles = {"Internal/devicemgt-user"},
|
||||
permissions = {"/login/password/update"}
|
||||
permissions = {"/device-mgt/users/password/update"}
|
||||
),
|
||||
@Scope(
|
||||
name = "Sending Enrollment Invitations to Users",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user