Skip to content

Commit

Permalink
removed incomplete javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jan 17, 2023
1 parent 8c3485f commit d0d4944
Showing 1 changed file with 0 additions and 16 deletions.
Expand Up @@ -75,22 +75,6 @@ public void perform(Site site, Application application, Environment environment,
}
}

/**
* resets the password or send password reset mail. Returns true if properties of the {@link AuthSubject} has
* changed which have to be saved
*
* @param site
* @param application
* @param environment
* @param request
* @param fp
* @param service
* @param subject
* @param passwordPolicy
* @param username
* @param email
* @return
*/
protected boolean doReset(Site site, Application application, Environment environment, Request request,
FieldProcessor fp, CoreService service, AuthSubject subject, PasswordPolicy passwordPolicy, String username,
String email) {
Expand Down

0 comments on commit d0d4944

Please sign in to comment.