fix: IP ban check for the Vintage theme
Introduced by https://github.com/shaarli/Shaarli/pull/1008 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
parent
e54cb1bbe7
commit
adf409716b
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue