Modify ↓
Opened 18 years ago
Last modified 16 years ago
#862 new task
CaptchaPlugin enhancement and behavioural change
Reported by: | Alec Thomas | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | CaptchaPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
<cmlenz> so ideally the captcha would kick in on the settings page, or if the user has no session, on the individual submission pages
<athomas> hmmm, i could probably have the captcha page POST to the original URL, with all the args as hidden form variables
<cboos> (about the POST issues: that's why I think that a simple workflow like: submit -> rejected as spam -> "please go identify yourself" -> settings +captcha, would perhaps be the cleanest solution for now)
(CaptchaPlugin could be integrated into SpamFilterPlugin as an extra verification phase?)
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 18 years ago by
Note: See
TracTickets for help on using
tickets.
This is not a simple workflow!?!
submit → rejected as spam → "please go identify yourself" → settings +captcha
It should read:
submit → rejected, please enter captcha on this form
Why do you want to place it in the settings page? It belongs on the submit page.