From: VirtualTam Date: Sun, 25 Mar 2018 12:39:09 +0000 (+0200) Subject: Merge pull request #1108 from virtualtam/fix/template/vintage/check-login-ban X-Git-Tag: v0.10.0~42 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b0f39c6654bce7238b37648140908ca1cc0a39b4;hp=e54cb1bbe7500d5271d767a298cefbc85f904e0d;p=github%2Fshaarli%2FShaarli.git Merge pull request #1108 from virtualtam/fix/template/vintage/check-login-ban fix: IP ban check for the Vintage theme --- 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}