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.

Chesnaught's avatar
21
Chesnaught
asked 2015-01-26 04:36:37 -0500, updated 2015-01-27 04:49:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

In which part would you like to avoid recaptcha when logged in?

Evgeny's avatar Evgeny (2015-01-26 13:05:45 -0500) edit

On the ask-page. Where the user asks a question. (Anonymous users must use recaptcha to ask a question)

Chesnaught's avatar Chesnaught (2015-01-27 04:46:57 -0500) edit

Found out that as long as the user is "watched", recaptcha is required.

Chesnaught's avatar Chesnaught (2015-01-29 02:55:15 -0500) edit
add a comment see more comments