Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addErrorsFailedToChangePassword (0.17 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/app/web/login/LoginAction.java

            } catch (final Exception e) {
                logger.warn("Failed to change password for user: username={}, error={}", username, e.getMessage(), e);
                throwValidationError(messages -> messages.addErrorsFailedToChangePassword(GLOBAL), toIndexPage);
            }
            getSession().ifPresent(session -> session.removeAttribute(INVALID_OLD_PASSWORD));
            return redirect(ProfileAction.class);
        }
    
    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)
Back to Top