-
Bug
-
Resolution: Fixed
-
Blocker
-
1.9.16, 2.0.7, 2.1.4, 2.2.1, 2.3
-
CentOS 5.7 i386, MySQL 5.5.20 and PHP 5.3.9 (Remi repo), Lighttpd 1.4.26 with PHP-FPM
-
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 -
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.