mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-9652 rename new password reveal to unmask
This commit is contained in:
parent
fb01314b0e
commit
54bb33eb10
13 changed files with 27 additions and 27 deletions
|
@ -32,7 +32,7 @@ class user_editadvanced_form extends moodleform {
|
|||
$mform->setHelpButton('auth', array('authchange', get_string('chooseauthmethod','auth')));
|
||||
$mform->setAdvanced('auth');
|
||||
|
||||
$mform->addElement('passwordreveal', 'newpassword', get_string('newpassword'), 'size="20"');
|
||||
$mform->addElement('passwordunmask', 'newpassword', get_string('newpassword'), 'size="20"');
|
||||
$mform->setType('newpassword', PARAM_RAW);
|
||||
//TODO: add missing help - empty means no change
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue