Table of Contents
logindelay Plugin
Compatible with DokuWiki
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" yes
- 2018-04-22 "Greebo" unknown
- 2017-02-19 "Frusterick Manners" unknown
Installation
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
Usage
This plugin adds a login delay feature similar to mobile devices. If a user enters a wrong password a few times in a row within a given period, they will be forced to wait before trying again.
A further failure will double the length of the required delay.
The plugin may help prevent brute force attacks. It does not provide any additional security measures.
Configuration and Settings
The default configuration is 2 allowed failed attempts in 5 minutes. Both values can be adjusted.
Development
The source code of the plugin is available at GitHub: cosmocode/dokuwiki-plugin-logindelay.
Changes
- Add translations (2021-04-06 16:04)
- Don't clear status prematurely (2021-04-06 16:04)
- Initial commit (2021-04-06 12:26)
Bug reports and feature requests
Please refer to the Issue Tracker for reporting issues.