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")
|
@Path("reset-password-email")
|
||||||
public void resetPasswordEmail();
|
public void resetPasswordEmail();
|
||||||
|
|
||||||
|
@PUT
|
||||||
|
@Path("reset-password-email")
|
||||||
|
public void resetPasswordEmail(@QueryParam("client_id") String clientId);
|
||||||
|
|
||||||
@PUT
|
@PUT
|
||||||
@Path("send-verify-email")
|
@Path("send-verify-email")
|
||||||
public void sendVerifyEmail();
|
public void sendVerifyEmail();
|
||||||
|
|
Loading…
Reference in a new issue