How to get a captcha on the "2 screens"-style login? #12633
Unanswered
GeekCornerGH
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This was something I was able to achieve by configuring the captcha stage on the "Identification" stage. See: https://docs.goauthentik.io/add-secure-apps/flows-stages/stages/identification/#captcha-stage Hope that helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, basically title.
I have the "standard" login flow which prompts for the username and password on separate screen.
I'd like to put a captcha after the user inputs his password. The only workaround I've got is putting the username and password on the same screen.
Currently, it prompts for the captcha only when the password is correct. I'd like to get it to show no matter if the password is correct or not.
How would I do this?
Thanks for this amazing project
Beta Was this translation helpful? Give feedback.
All reactions