aryehraber / statamic-captcha

Statamic Addon that protects your Statamic forms using a Captcha service.
MIT License
11 stars 8 forks source link

Support for statamic login form #17

Closed goellner closed 3 years ago

goellner commented 3 years ago

Is it possible to support the out of the box login form too? there is already a setting for the user registration form, but wanted to add it to my login form too.

aryehraber commented 3 years ago

Hey @goellner! Nice suggestion, should be possible so will take a look when I next find some time. If you need this asap then a PR is most welcome 😊

aryehraber commented 3 years ago

This feature has been added to the latest release!

You'll need to add the new user_login config option to opt-in for Login verification (see updated config here).

Let me know if you run into any issues!

skylennard commented 3 years ago

@aryehraber I'm trying to get this to protect my email login form when I have oAuth enabled, but it doesn't seem to work...?

aryehraber commented 3 years ago

@skylennard I didn't test other login methods outside of Statamic's standard login form.

Can you verify that the standard way does work for you? If it does, then the issue is OAuth-specific and I can look at that more closely.