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:
VirtualTam 2018-03-25 14:39:09 +02:00 committed by GitHub
commit b0f39c6654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{include="page.header"}
<div id="headerform">
{if="!ban_canLogin($conf)"}
{if="!$user_can_login"}
You have been banned from login after too many failed attempts. Try later.
{else}
<form method="post" name="loginform">