Feature #208
Captcha module.
| Status: | Resolved | Start date: | 2012-02-07 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Lukas | % Done: | 100% |
|
| Category: | Backend / Core | |||
| Target version: | RBOSE Website - RBOSE - 1.0 |
Description
A captcha module for the webcore.
Build in a way that we can generate easily a completely different type of images.Captcha can be attached with a single line of code to any form we wish to create (custom validator included).
Images can be:
- pre-generate in a large set and stored
- unique and created on the fly (current setting)
This captcha is session based, therefore in order to work properly users have to enable cookies in their browsers.
Related todos