Revision history [back]
How to disable recaptcha after user is authenticated?
I'm using recaptcha so anonymous users can ask a question without the need to log in. It works nicely. But I want to disable recaptcha when the user is authenticated. It obviously doesn't work just to omit the form with request.user.is_authenticated()
Edit: Updated text to make it more clear.
How to disable recaptcha after user is authenticated?
I'm using recaptcha so anonymous users can ask a question without the need to log in. It recaptcha, and it works nicely. But I want to disable recaptcha it when the user is authenticated. logged in. It obviously doesn't work just to omit the form with request.user.is_authenticated()
Edit: Updated text to make it more clear.