Change permission string for update password

master
Lasantha Dharmakeerthi 11 months ago
commit cdf3e2717a

@ -145,7 +145,7 @@ import javax.ws.rs.core.Response;
description = "Adding a User", description = "Adding a User",
key = "um:users:cred:change", key = "um:users:cred:change",
roles = {"Internal/devicemgt-user"}, roles = {"Internal/devicemgt-user"},
permissions = {"/login/password/update"} permissions = {"/device-mgt/users/password/update"}
), ),
@Scope( @Scope(
name = "Sending Enrollment Invitations to Users", name = "Sending Enrollment Invitations to Users",

Loading…
Cancel
Save