From: VirtualTam Date: Sat, 24 Mar 2018 20:55:03 +0000 (+0100) Subject: fix: IP ban check for the Vintage theme X-Git-Tag: v0.10.0~42^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=adf409716b9d9770c746037f46f96d1f5f31de1d fix: IP ban check for the Vintage theme Introduced by https://github.com/shaarli/Shaarli/pull/1008 Signed-off-by: VirtualTam --- diff --git a/tpl/vintage/loginform.html b/tpl/vintage/loginform.html index 2c9b710e..0f7d6387 100644 --- a/tpl/vintage/loginform.html +++ b/tpl/vintage/loginform.html @@ -13,7 +13,7 @@ {include="page.header"}
- {if="!ban_canLogin($conf)"} + {if="!$user_can_login"} You have been banned from login after too many failed attempts. Try later. {else}