Moodle

Brand new course has a default enrolment key ?

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9
  • Fix Version/s: 1.9
  • Component/s: Course
  • Labels:
    None
  • Environment:
    Latest head, firefox
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

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?

Activity

Hide
Petr Škoda (skodak) added a comment -

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

Show
Petr Škoda (skodak) added a comment - 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
Hide
Petr Škoda (skodak) added a comment -

should be fixed now

Show
Petr Škoda (skodak) added a comment - should be fixed now

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: