Changeset 356114
- Timestamp:
- 03/06/2011 11:52:16 AM (15 years ago)
- File:
-
- 1 edited
-
sabre/trunk/readme.txt (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sabre/trunk/readme.txt
r257299 r356114 3 3 Donate link: 4 4 Tags: spam, admin, registration, register, security, antispam, anti-spam, authentication 5 Requires at least: 2.56 Tested up to: 3. 07 Stable tag: 1. 1.25 Requires at least: 3.0 6 Tested up to: 3.1.0 7 Stable tag: 1.2.0 8 8 9 9 Sabre is an acronym for Simple Anti Bot Registration Engine. … … 29 29 1. Registration blocked if Javascript is unsupported by the browser 30 30 1. Registration blocked if visitor's IP address is found on ban lists 31 1. The blog administrator can validate the user registration32 1. The user can validate his registration by clicking on a link sent by mail 33 1. Limited number of days for user confirmation. Without beeing confirmed within the period of time, the user account is disabled 34 1. Log on prohibited before user confirmation 35 1. User is allowed to choose his password when registering on the blog36 1. User must agree with a warning text, disclaimer or general policy note when regist rating31 1. The site administrator can validate the user registration (monosite only) 32 1. The user can validate his registration by clicking on a link sent by mail (monosite only) 33 1. Limited number of days for user confirmation. Without beeing confirmed within the period of time, the user account is disabled (monosite only) 34 1. Log on prohibited before user confirmation (monosite only) 35 1. User is allowed to choose his password when registering on the site (monosite only) 36 1. User must agree with a warning text, disclaimer or general policy note when registering 37 37 1. User must give an invitation code during registration 38 1. Main statistics displayed on the blog's dashboard39 1. Custom logo on logon/registration screen 38 1. Main statistics displayed on the site's dashboard 39 1. Custom logo on logon/registration screen (monosite only) 40 40 41 41 All these features are activated by parameters. Thus, Sabre is flexible enough and fits the protection policy you define for your blog. 42 42 43 43 NOTE 1: 44 If you're using an earlier version of WordPress, install Sabre 0.6.3 as Sabre 1.0.x is only compatible with WordPress 2.5 and up . 44 For WordPress 3.0 or higher in mono or multisite mode, use Sabre 1.2.0 45 For WordPress 2.5 to 2.9.x, use Sabre 1.1.2 46 For WordPress prior to 2.5, use Sabre 0.6.3 45 47 46 48 NOTE 2: … … 52 54 1. unzip and drop all the files, as is, in your plugins/sabre directory. 53 55 1. Enable the plugin in the WP Admin >> Plugins section. 54 1. Change the parameters in the WP Admin >> Manage >> Sabre tab. 56 1. In monosite mode, just click on "Activate". 57 1. In multisite mode, Sabre MUST be activated by clicking on "Network Activate" as it is designed to protect all the sites of a network with the same options. Additionaly, only the super admin of the network will be able to manage the plugin's options. 58 1. Change the parameters following the "Configure" link of the Plugins panel or go to the WP Admin >> Tool >> Sabre tab. 55 59 1. Other languages 56 60 Sabre is delivered in English and French but can be easily used with other languages. You just have to create a file sabre-xx_YY.po (xx_YY being the language code of your WordPress settings. Eg: fr_FR for French) from the existing file sabre.pot using PoEdit. Then, just translate the text strings located after the "msgid" tag and put the translated string after the "msgstr" tag. … … 71 75 - and WordPress 2.5 or higher 72 76 73 If you're using an earlier version of WordPress, install Sabre 0.6.3 as Sabre 1.0.x is only compatible with WordPress 2.5 and up . 77 For WordPress 3.0 or higher in mono or multisite mode, use Sabre 1.2.0 78 For WordPress 2.5 to 2.9.x, use Sabre 1.1.2 79 For WordPress prior to 2.5, use Sabre 0.6.3 74 80 75 81 = Where can I find a translation of Sabre in my own language ? = … … 80 86 1. [Spanish](http://www.faltantornillos.net/proyectos/gnu/otros/sabre-es_ES.tar.gz) (thanks to Daniel) 81 87 1. [Finnish](http://systemshed.com/sabre/sabre_fi_FI.zip) (thanks to Kimmo Sinkko) 82 1. [German](http://matthiaskoch.net/?p=37) (thanks to Matthias Koch) 88 1. [German](http://www.inbegriff.de/wp-content/uploads/languages.rar) (thanks to Andreas Schulz) 89 1. [German - old version](http://matthiaskoch.net/?p=37) (thanks to Matthias Koch) 83 90 1. [Polish](http://dev.m1chu.eu/index.php?title=Polska_translacja_Sabre) (thanks to m1chu) 84 91 1. [Portuguese - Brazil](http://www.tudoparawordpress.com.br/download/plugins/sabre.0.8.1-pt-BR.zip) (thanks to Gustavo) … … 119 126 == Documentation == 120 127 121 All the functions of Sabre are located in the Manage>> Sabre tab of the administration environment.128 All the functions of Sabre are located in the Tools >> Sabre tab of the administration environment. 122 129 123 130 Sabre interface is divided into five tabs: … … 171 178 1f) Confirmation Options 172 179 180 Confirmation Options are not available in multisite mode. The built-in registration features of WordPress will be used. 181 173 182 Select the correct item on the dropdown list "Activate confirmation" to force the user or the blog administrator to confirm the registration on your blog. 174 183 … … 203 212 Click on the checkbox "Enable invitation" if you want to control who can register on your blog by asking the user to give his invitation code during registration. 204 213 205 Fill the "Code" input box with the valid invitation codes you want. Example : PROMO2008, SZ78PQR, etc... or click on the "Gen" button to let Sabre generate an invitation code for you. To delete a code, just click on the "Sup" button. 214 Fill the "Code" input box with the valid invitation codes you want. Example : PROMO2008, SZ78PQR, etc... or click on the "Gen" button to let Sabre generate an invitation code for you. To delete a code, just click on the "Sup" button. CAUTION: Invitation codes must be typed in uppercase letters. 206 215 207 216 If you want to limit the number of use for a specific code, just type a number in the "Usage" zone. Sabre will rest one each time the code is used. When the counter reaches zero, the code is no longer valid. … … 213 222 1i) Miscellaneous Options 214 223 215 Click on the checkbox "User password" to let the user choose his own password during the registration process. Otherwise, WordPress will generate a random password. The password strength is displayed in real time to help the user to choose a strong and safe password. 224 Click on the checkbox "User password" to let the user choose his own password during the registration process. Otherwise, WordPress will generate a random password. The password strength is displayed in real time to help the user to choose a strong and safe password. (Not available in multisite mode) 216 225 217 226 Enter the name you want in the "Sender's name" input box. This name will appear as the sender of the registration mail sent by Sabre to the user. Will default to the site's name if left blank. … … 261 270 **6) Custom image in logon/registration screen** 262 271 263 To change the default logo, copy your own image file in the /images directory of Sabre plugin. The file must be a 290pixels x 66pixels GIF file named sabre-login.gif 272 To change the default logo, copy your own image file in the /images directory of Sabre plugin. The file must be a 290pixels x 66pixels GIF file named sabre-login.gif. (Not available in multisite mode) 264 273 265 274 == Changelog == 275 276 = v1.2.0 = 277 278 * CAUTION: This version won't run with WordPress versions prior to 3.0. See the NOTE 1 of the Description paragraph if you want to use Sabre with an older version of WordPress. 279 * Compliant with WordPress 3.0 or higher. 280 * (NEW) Usable in multisite mode. See list of features for restrictions. 281 * (ENHANCED) Random security test now choose among active tests only. 282 * (ENHANCED) Password no longer included in the registration mail if the custom password option is activated. 283 * (FIXED) Few bugs fixed like Password strength indicator and missing HTML tags. 266 284 267 285 = v1.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.