madi-nuralin / material

A theme plugin for pkp/ojs
GNU General Public License v3.0
4 stars 1 forks source link

Recaptcha V 2 issue on user registration and login. #24

Closed munir-abbasi closed 5 months ago

munir-abbasi commented 5 months ago

I was trying to enable recaptcha on the above two pages and was having issues with material theme. A little bit of googling lead me to the solution for material theme.

please put in the following code in userLogin.tpl and userRegister.tpl

`{ recaptcha spam blocker } {if $recaptchaPublicKey}

    {/if}`

the code is from this link and I have tested it in my material theme with OJS 3.4.x It works.

Could u please add it to the above mentioned two files?

Thanks

madi-nuralin commented 5 months ago

Closed due to PRs #25, #26