We have a wiki-style site where all registered users have edit any TYPE content permission and so Mollom protection is completely disabled for this node type forms. Patch makes permission list returned by hook_mollom_form_info() editable for each protected form. By default all permissions are enabled. Patch was made from stable 6.x-1.16 and includes hook_update_N() implementation which enables permissions for existing protected forms.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 0001-Issue-1340896-Editable-list-of-permissions-to-bypass.patch | 8.12 KB | dmitriy.trt |
| mollom-6.x-1.16-editable-permissions.patch | 6.61 KB | dmitriy.trt |
Comments
Comment #2
dmitriy.trt commentedPort to 7.x-1.x branch. It's safe to upgrade from 6.x-1.x version with previous patch applied.
Comment #4
fenda commentedExactly the same problem here - our users have edit any TYPE content permission but we want to show a captcha to them anyway.