KEYCLOAK-1353 Option to pass client_id to resetPasswordMail
This commit is contained in:
parent
e8e22ee44c
commit
bbc3e99bb5
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue