MDL-57021 passwords: only use unmask field with shared secrets
authorDan Poltawski <dan@moodle.com>
Thu, 15 Jun 2017 11:54:58 +0000 (12:54 +0100)
committerDan Poltawski <dan@moodle.com>
Thu, 15 Jun 2017 11:59:19 +0000 (12:59 +0100)
commitdd58863daba5717c78662612ee2c40dc03eb1920
tree056a723e6e28d4ef97b7253fe8533efcd1501f57
parent4c6063bff96984ed5c2c93f366fdf26c9bd304ef
MDL-57021 passwords: only use unmask field with shared secrets

When a user is entering a password which isn't returned back to them
then its not correct to use the unmask element - this element was
designed for places where we are storing shared secrets.
enrol/guest/locallib.php
enrol/self/locallib.php
login/signup_form.php