DokuWiki plugin that adds email confirmation to user registration. Users fill out the registration form, receive a confirmation link via email, and only get their account created after clicking it.
Fork of turnermm/preregister, modernized for PHP 8.x and current DokuWiki.
- Intercepts DokuWiki's registration form with a confirmation step
- Sends confirmation link via email before creating the account
- Built-in card-matching captcha (no external dependencies)
- Optional integration with the captcha plugin
- Admin panel for cleaning up stale pending registrations
| Setting | Default | Description |
|---|---|---|
captcha |
builtin |
Captcha type: builtin, captcha (plugin), or none |
send_confirm |
1 |
Send confirmation link via email (0 = display link on screen) |
list_age |
2*24*60*60 |
Age in seconds before pending registrations appear in admin cleanup list |
See DEVELOPMENT.md for local testing setup with Docker and mail catcher.