Modifier and Type | Method and Description |
---|---|
ResetPasswordRequestResponse |
ResetPasswordManager.checkVerificationCode(UserReference userReference,
String verificationCode)
Check if the given verification code is correct for the user reference.
|
ResetPasswordRequestResponse |
ResetPasswordManager.requestResetPassword(UserReference userReference)
Perform a reset password request and return the information to send to the user.
|
void |
ResetPasswordManager.resetPassword(UserReference userReference,
String newPassword)
Reset the password of the given user with the given new password.
|
void |
ResetPasswordManager.sendResetPasswordEmailRequest(ResetPasswordRequestResponse requestResponse)
Send
ResetPasswordRequestResponse information by email to the user. |
Copyright © 2004–2021 XWiki. All rights reserved.