mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
KEYCLOAK-1353 Option to pass client_id to resetPasswordMail
This commit is contained in:
@@ -50,6 +50,10 @@ public interface UserResource {
|
||||
@Path("reset-password-email")
|
||||
public void resetPasswordEmail();
|
||||
|
||||
@PUT
|
||||
@Path("reset-password-email")
|
||||
public void resetPasswordEmail(@QueryParam("client_id") String clientId);
|
||||
|
||||
@PUT
|
||||
@Path("send-verify-email")
|
||||
public void sendVerifyEmail();
|
||||
|
||||
Reference in New Issue
Block a user