Jump to content

eicaptcha on admin login page


clau

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...