I changed the form names, so change references to them
This commit is contained in:
+2
-2
@@ -104,9 +104,9 @@
|
||||
}
|
||||
|
||||
if (!empty($frm->username)) {
|
||||
$focus = "form.password";
|
||||
$focus = "login.password";
|
||||
} else {
|
||||
$focus = "form.username";
|
||||
$focus = "login.username";
|
||||
}
|
||||
|
||||
if ($CFG->auth == "email" or $CFG->auth == "none" or chop($CFG->auth_instructions) <> "" ) {
|
||||
|
||||
Reference in New Issue
Block a user