Change permission string for update password

This commit is contained in:
Lasantha Dharmakeerthi 2023-10-31 06:42:16 +00:00
commit cdf3e2717a

View File

@ -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",