-
Bug
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
m25_
MDL-37515_Notice_when_submitting_change_password_form -
Steps to reproduce:
- Login to site
- Turn debugging to developer level
- Click My Profile Settings > Change Password
- Fill out the form and submit
What happens:
After submitting the change password form I get:
Notice: Undefined variable: user in /home/simonc/code/mdl22/login/change_password.php on line 115
The password is successfully changed though.
What should happen:
No warning should be displayed.
Seems to be due to this patch:
- is a regression caused by
-
MDL-21342 Account lockout after failed login attempts
-
- Closed
-