Skip to content

Commit

Permalink
Merge branch 'MDL-39029' of git://github.com/jacks92/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 16, 2013
2 parents f7f1465 + 6b7a020 commit 342b190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/accessrule/password/rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function add_preflight_check_form_fields(mod_quiz_preflight_check_form $q
// 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) {
Expand Down

0 comments on commit 342b190

Please sign in to comment.