update README

master
inpos 2017-12-10 17:39:48 +03:00
parent 7ec3f80305
commit 311ca3bdad
1 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Protects the Roundcube login page from bruteforce login attempts.
Original concept from the roundcube "security" plugin by Lazlo Westerhof. Original concept from the roundcube "security" plugin by Lazlo Westerhof.
Wanting to fix the shortfalls of that plugin led me to a rewrite. Wanting to fix the shortfalls of that plugin led me to a rewrite.
Requires Roundcube 0.9-beta or higher. Requires Roundcube 1.3 or higher.
FEATURES FEATURES
------------------- -------------------
@ -23,19 +23,21 @@ FEATURES
INSTALLATION INSTALLATION
-------------------- --------------------
1. Change to plugins/ directory 1. Change to plugins/ directory
2. Clone git repository with: git clone https://github.com/stalks/roundcube-defense.git defense 2. Clone git repository with: git clone https://github.com/inpos/roundcube-defense.git defense
3. Add 'defense' table to SQL structure by using schema in sql/ 3. Add 'defense' table to SQL structure by using schema in sql/
4. Edit config file 'config.inc.php.dist' and save as 'config.inc.php' 4. Edit config file 'config.inc.php.dist' and save as 'config.inc.php'
4. Add 'defense' to plugins array at config/main.inc.php 4. Add 'defense' to plugins array at config/main.inc.php
ISSUES ISSUES
-------------------- --------------------
Create an issue ticket at https://github.com/stalks/roundcube-defense/issues Create an issue ticket at https://github.com/inpos/roundcube-defense/issues
HISTORY HISTORY
-------------------- --------------------
10.12.2017 -- Version 1.0
21.02.2013 -- Version 0.1 21.02.2013 -- Version 0.1
- initial release, functional, still bug checking - initial release, functional, still bug checking
=================== ===================
Created by Steve Allison - https://www.nooblet.org/ Created by Steve Allison - https://www.nooblet.org/
Forked and upgraded by Inpos