- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for confirmation (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/user/CreateForm.java
*/ @Required @Size(max = 100) public String name; /** * The password for the user. */ @Size(max = 100) public String password; /** * The password confirmation field. */ @Size(max = 100) public String confirmPassword; /** * The attributes map for the user. */ public Map<String, String> attributes = new HashMap<>(); /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/login/LoginAction.java
} return redirect(getClass()); } /** * Handles password change for the current user. * * @param form the password form containing new password and confirmation * @return the HTML response after password change attempt */ @Execute public HtmlResponse changePassword(final PasswordForm form) { final VaErrorHook toIndexPage = () -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.8K bytes - Viewed (0)