- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for _confirmation (0.08 seconds)
-
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
display = ParameterDisplay.PROMPT, allowEmpty = true, ) text( "confirmationCode", "", label = "Confirmation Code", description = "Enter the value '$requiredConfirmationCode' (no quotes) to confirm the promotion", display = ParameterDisplay.PROMPT, allowEmpty = false, )Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jul 24 03:08:48 GMT 2025 - 4K bytes - Click Count (0) -
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<>(); /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.9K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/StartReleaseCycle.kt
display = ParameterDisplay.PROMPT, allowEmpty = true, ) text( "confirmationCode", "", label = "Confirmation Code", description = "Enter the value 'startCycle' (no quotes) to confirm the promotion", display = ParameterDisplay.PROMPT, allowEmpty = false, )Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 18 14:06:58 GMT 2026 - 2.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java
// ============ /** * Validates the password and confirmation fields in the form for user creation and update. * * @param form the form containing password and confirmation fields * @param validationErrorLambda callback to report validation errors */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 06:18:24 GMT 2026 - 21K bytes - Click Count (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 = () -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 06:18:24 GMT 2026 - 8.9K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
errors.password_is_blacklisted = Ce mot de passe n'est pas autorisé. Veuillez choisir un autre mot de passe. errors.invalid_confirm_password = Ne correspond pas à un mot de passe de confirmation. errors.cannot_delete_doc_because_of_running = Un robot d'exploration est en cours d'exécution. Vous ne pouvez pas supprimer de documents. errors.failed_to_delete_doc_in_admin = Échec de la suppression d'un document.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 14.1K bytes - Click Count (0) -
src/main/resources/fess_message.properties
errors.password_no_special_char = Password must contain at least one special character. errors.password_is_blacklisted = Password is not allowed. Please choose a different password. errors.invalid_confirm_password = Does not match a confirmation password. errors.cannot_delete_doc_because_of_running = A crawler is running. You cannot delete documents. errors.failed_to_delete_doc_in_admin = Failed to delete a document.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
errors.password_no_special_char = Password must contain at least one special character. errors.password_is_blacklisted = Password is not allowed. Please choose a different password. errors.invalid_confirm_password = Does not match a confirmation password. errors.cannot_delete_doc_because_of_running = A crawler is running. You cannot delete documents. errors.failed_to_delete_doc_in_admin = Failed to delete a document.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_es.properties
errors.password_no_special_char = La contraseña debe contener al menos un carácter especial. errors.password_is_blacklisted = Esta contraseña no está permitida. Por favor, elija otra contraseña. errors.invalid_confirm_password = La confirmación de la contraseña no coincide. errors.cannot_delete_doc_because_of_running = El rastreador se está ejecutando. No se puede eliminar el documento. errors.failed_to_delete_doc_in_admin = No se pudo eliminar el documento.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
public static final String ERRORS_password_is_blacklisted = "{errors.password_is_blacklisted}"; /** The key of the message: Does not match a confirmation password. */ public static final String ERRORS_invalid_confirm_password = "{errors.invalid_confirm_password}"; /** The key of the message: A crawler is running. You cannot delete documents. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 126.6K bytes - Click Count (0)