parent
624f999fb7
commit
4cfe8d3303
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>{include="includes"}</head>
|
||||
<body
|
||||
{if="ban_canLogin()"}
|
||||
{if="ban_canLogin($conf)"}
|
||||
{if="empty($username)"}
|
||||
onload="document.loginform.login.focus();"
|
||||
{else}
|
||||
|
@ -13,7 +13,7 @@
|
|||
{include="page.header"}
|
||||
|
||||
<div id="headerform">
|
||||
{if="!ban_canLogin()"}
|
||||
{if="!ban_canLogin($conf)"}
|
||||
You have been banned from login after too many failed attempts. Try later.
|
||||
{else}
|
||||
<form method="post" name="loginform">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue