clau Posted March 26, 2021 Share Posted March 26, 2021 Hi all! Ei captcha works great on the 2 pages where its most needed. Does anybody know how i can get this working on the admin login page? /themes/default/template/controllers/login/content.tpl i suppose, but where exactly? I tried some options but i cant get it to display / show on the admin login page. <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Captcha' mod='eicaptcha'}</label> <div class="col-md-9"> <div class="g-recaptcha" data-sitekey="{$publicKey|escape:'html'}" id="captcha-box" data-theme="{$captchatheme}"></div> </div> <script src="https://www.google.com/recaptcha/api.js{if isset($captchaforcelang)}?hl={$captchaforcelang}{/if}" async defer></script> </div> Once more, many thanks in advance! Link to comment Share on other sites More sharing options...
clau Posted March 26, 2021 Author Share Posted March 26, 2021 the reason i ask is because some idiot is hammering on my admin page Link to comment Share on other sites More sharing options...
juanrojas Posted March 27, 2021 Share Posted March 27, 2021 and if you only change the name of the administration folder? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now