Merge branch 'MDL-39029' of git://github.com/jacks92/moodle
This commit is contained in:
@@ -64,7 +64,7 @@ class quizaccess_password extends quiz_access_rule_base {
|
||||
// Don't use the 'proper' field name of 'password' since that get's
|
||||
// Firefox's password auto-complete over-excited.
|
||||
$mform->addElement('password', 'quizpassword',
|
||||
get_string('quizpassword', 'quizaccess_password'));
|
||||
get_string('quizpassword', 'quizaccess_password'), array('autofocus' => 'true'));
|
||||
}
|
||||
|
||||
public function validate_preflight_check($data, $files, $errors, $attemptid) {
|
||||
|
||||
Reference in New Issue
Block a user