Uses of Class
com.atlassian.bitbucket.user.InvalidPasswordResetTokenException
Packages that use InvalidPasswordResetTokenException
-
Uses of InvalidPasswordResetTokenException in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user that throw InvalidPasswordResetTokenExceptionModifier and TypeMethodDescriptionvoid
UserAdminService.resetPassword
(String token, String password) Resets the password for theuser
associated with the specified token to the provided value.