Details
Description
I just did a fresh install on latest HEAD, created a course, and it had an enrolment key set by default!
When I hit "unmask" it revealed one of my private passwords that I use on another web site ....
Any ideas?
I just did a fresh install on latest HEAD, created a course, and it had an enrolment key set by default!
When I hit "unmask" it revealed one of my private passwords that I use on another web site ....
Any ideas?
Yep, this is cause by form autocomplete feature in browsers. There official XHTML strict way to fix it. Possible solutions are:
1/ autocomplete="off" - brakes validity - IE invention, should work with FF too
2/ rename the password field - not sure if it would not "reuse" passwords from other courses
see bug MDL-9608