Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-31213

New password form field is not valid after 1.9.16 update

XMLWordPrintable

    • MySQL
    • MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
    • MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
    • w03_MDL-31213_m23_attributesmess
    • Hide

      For developers:
      1/ go to page for adding new users
      2/ verify the html for password element
      3/ go to advancededitform code and change attributes to array('size'=>20) and verify again
      4/ remove the size attribute completely and verify again

      Show
      For developers: 1/ go to page for adding new users 2/ verify the html for password element 3/ go to advancededitform code and change attributes to array('size'=>20) and verify again 4/ remove the size attribute completely and verify again

      After upgrading to 1.9.16 it is imposible to create a new account using /user/editadvanced.php?id=-1
      It always consider the password invalid

      On 1.9.15 it works and inside the HTML we can find

      <div class="felement fpassword"><input size="20" name="newpassword" type="password" onblur="validate_user_editadvanced_form_newpassword(this)" onchange="validate_user_editadvanced_form_newpassword(this)" id="id_newpassword" /><script type="text/javascript">

      On 1.9.16 it does not work and inside the HTML we can find

      <div class="felement fpassword"><input size="20"><script type="text/javascript">

      As you can see the "newpassword" form field is cropped.

            skodak Petr Skoda
            generazion Generazion Consulting S.L.
            Eloy Lafuente (stronk7) Eloy Lafuente (stronk7)
            Michael de Raadt Michael de Raadt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.