MDL-9652 rename new password reveal to unmask

This commit is contained in:
skodak 2007-04-30 18:03:19 +00:00
parent fb01314b0e
commit 54bb33eb10
13 changed files with 27 additions and 27 deletions

View file

@ -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