Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-25024

Display reason with password change failed

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: QualifiedToSchedule
    • Component/s: Web UI

      Description

      When there is a policy password such as REGEX against which the password is tested, trying to change the password through the UI with an incorrect password is not correctly handled by UI.

      We should instead:

      1. should be able to define an error message to display to the end-user.
      <extension point="userManager" target="org.nuxeo.ecm.platform.usermanager.UserService">
          <userManager>
              <userPasswordPattern>(?=.{9,})(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*\p{Punct}).*</userPasswordPattern>
          </userManager>
      </extension>
      

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                tcardoso Tiago Cardoso
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: