Uploaded image for project: 'Struts 1'
  1. Struts 1
  2. STR-1441

password check need minlength and maxlength support

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • Nightly Build
    • None
    • Core
    • None
    • Operating System: other
      Platform: Other
    • 19595

    Description

      The minlength and maxlength check only support text and textarea.

      The password minlength and maxlength check is also required.

      In order to support this, we need to change the validation-rules.xml from

      if (field.type == 'text' ||
      field.type == 'textarea') {

      To
      if (field.type == 'text' ||
      field.type == 'textarea' ||
      field.type == 'password') {

      Attachments

        Activity

          People

            Unassigned Unassigned
            r_q_d Quande Ren
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: