Merge pull request #1108 from virtualtam/fix/template/vintage/check-login-ban
fix: IP ban check for the Vintage theme
This commit is contained in:
commit
b0f39c6654
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
{include="page.header"}
|
{include="page.header"}
|
||||||
|
|
||||||
<div id="headerform">
|
<div id="headerform">
|
||||||
{if="!ban_canLogin($conf)"}
|
{if="!$user_can_login"}
|
||||||
You have been banned from login after too many failed attempts. Try later.
|
You have been banned from login after too many failed attempts. Try later.
|
||||||
{else}
|
{else}
|
||||||
<form method="post" name="loginform">
|
<form method="post" name="loginform">
|
||||||
|
|
Loading…
Reference in a new issue