Update login.tpl

pull/224/head
Georgi Sinapov 6 years ago committed by GitHub
parent 22e012660e
commit 51fb476708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,16 @@
<td colspan="2"><a href="users/">{$PALANG.pLogin_login_users}</a></td>
</tr>
{/if}
<!-- Enable recaptchav2 in config.local.php -->
{if $CONF['recaptcha_enabled']}
<tr>
<td><form action="" method="POST"></td>
<!-- Add the site public key to config.local.php -->
<td><div class="g-recaptcha" data-sitekey="{$CONF['recaptcha_sitekey']}"></div></td>
<td><script src="https://www.google.com/recaptcha/api.js" async defer></script></td>
<td></form></td>
</tr>
{/if}
</table>
</form>
{literal}

Loading…
Cancel
Save