Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Captcha plugin: Prevent ID clashes #63

Closed Matthimatiker closed 11 years ago

Matthimatiker commented 11 years ago

If the captcha element is added to multiple form, then the same ID is used for both elements when rendered.

The plugin should ensure that the IDs of the captcha elements are really unique.

Matthimatiker commented 11 years ago

This is related to #62 and the planned plugin would solve the problem, but it should also be possible to use the captcha plugin as standalone plugin.

Matthimatiker commented 11 years ago

As there are so many problems if IDs are assigned to captchas (see #64) it should be possible to enable/disable the ID generation and assignment via option