Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for changePassword (0.69 sec)

  1. src/main/webapp/WEB-INF/view/profile/index.jsp

    							styleClass="btn btn-default">
    							<i class="fa fa-arrow-circle-left" aria-hidden="true"></i>
    							<la:message key="labels.profile.back" />
    						</la:link>
    						<button type="submit" name="changePassword"
    							class="btn btn-success"
    							value="<la:message key="labels.profile.update"/>">
    							<i class="fa fa-pencil-alt" aria-hidden="true"></i>
    							<la:message key="labels.profile.update" />
    						</button>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/ldap/LdapManager.java

         * @return true if the password was changed successfully, false otherwise
         * @throws LdapOperationException if the user is not found in LDAP
         */
        public boolean changePassword(final String username, final String password) {
            // Add defensive null/blank checks
            if (StringUtil.isBlank(username) || StringUtil.isBlank(password)) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 86.3K bytes
    - Viewed (0)
Back to top