Using Google reCaptcha V3 on Umbraco, Login / Regi...
# help-with-umbraco
m
Hi All, I'm busy building an Umbraco V14.3 website and would like to use google recaptcha v3 for bot checking. How would i Implement it for the base login / register and profile? These partials were created in the Umbraco back office by creating a partial from script and have the built in umbraco controllers for login, register and profile edit. Is there a notification on i hook into before login or should i create my own login controller based on the UMBLoginController ? Thanks in advanced.
d
Hi there, I would recommend you to go with your second option and create a new controller. Simply because that way, you can implement your check the 'asp.net' way. It's also easier to follow the logic from your razor view (you can navigate to your implementation with F12 key, which makes it easier to read your code)
m
Ok, awesome. Thank you
11 Views