diff options
| -rwxr-xr-x | templates/install_login.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_login.tpl b/templates/install_login.tpl index fa29124..4f51b4a 100755 --- a/templates/install_login.tpl +++ b/templates/install_login.tpl @@ -2,7 +2,7 @@ <h1>{$title|default:"You must be logged in as an administrator to run the installer."}</h1> -{form name="login" legend="Please sign in to continue"} +{form ipackage="users" ifile="validate.php" name="login" legend="Please sign in to continue"} <div class="form-group"> {formfeedback error="$error"} {formlabel label="Username or Email" for="user"} |
