Login LockDown - Version 1.8.1

Version Description

Download this release

Release Info

Developer mvandemar
Plugin Icon 128x128 Login LockDown
Version 1.8.1
Comparing to
See all releases

Code changes from version 1.8 to 1.8.1

Files changed (3) hide show
  1. languages/loginlockdown.pot +160 -0
  2. loginlockdown.php +4 -1
  3. readme.txt +8 -4
languages/loginlockdown.pot ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2019 Michael VanDeMar
2
+ # This file is distributed under the same license as the Login LockDown plugin.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Login LockDown v1.8\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "POT-Creation-Date: 2019-09-30T07:21:52+00:00\n"
10
+ "PO-Revision-Date: 2019-09-30T07:21:52+00:00\n"
11
+ "X-Generator: WP-CLI 2.3.0\n"
12
+ "X-Domain: login-lockdown\n"
13
+
14
+ #. Description of the plugin
15
+ msgid "Adds some extra security to WordPress by restricting the rate at which failed logins can be re-attempted from a given IP range. Distributed through <a href=\"http://www.bad-neighborhood.com/\" target=\"_blank\">Bad Neighborhood</a>."
16
+ msgstr ""
17
+
18
+ #: loginlockdown.php:294
19
+ msgid "Settings Updated."
20
+ msgstr ""
21
+
22
+ #: loginlockdown.php:313
23
+ msgid "Lockdowns Released."
24
+ msgstr ""
25
+
26
+ #: loginlockdown.php:327
27
+ msgid "Settings"
28
+ msgstr ""
29
+
30
+ #: loginlockdown.php:328
31
+ msgid "Activity"
32
+ msgstr ""
33
+
34
+ #: loginlockdown.php:337
35
+ msgid "Max Login Retries"
36
+ msgstr ""
37
+
38
+ #: loginlockdown.php:338
39
+ msgid "Number of failed login attempts within the \"Retry Time Period Restriction\" (defined below) needed to trigger a LockDown."
40
+ msgstr ""
41
+
42
+ #: loginlockdown.php:340
43
+ msgid "Retry Time Period Restriction (minutes)"
44
+ msgstr ""
45
+
46
+ #: loginlockdown.php:341
47
+ msgid "Amount of time that determines the rate at which failed login attempts are allowed before a LockDown occurs."
48
+ msgstr ""
49
+
50
+ #: loginlockdown.php:343
51
+ msgid "Lockout Length (minutes)"
52
+ msgstr ""
53
+
54
+ #: loginlockdown.php:344
55
+ msgid "How long a particular IP block will be locked out for once a LockDown has been triggered."
56
+ msgstr ""
57
+
58
+ #: loginlockdown.php:346
59
+ msgid "Lockout Invalid Usernames?"
60
+ msgstr ""
61
+
62
+ #: loginlockdown.php:347
63
+ msgid "By default Login LockDown will not trigger if an attempt is made to log in using a username that does not exist. You can override this behavior here."
64
+ msgstr ""
65
+
66
+ #: loginlockdown.php:348
67
+ msgid "Yes"
68
+ msgstr ""
69
+
70
+ #: loginlockdown.php:348
71
+ msgid "No"
72
+ msgstr ""
73
+
74
+ #: loginlockdown.php:349
75
+ msgid "Mask Login Errors?"
76
+ msgstr ""
77
+
78
+ #: loginlockdown.php:350
79
+ msgid "WordPress will normally display distinct messages to the user depending on whether they try and log in with an invalid username, or with a valid username but the incorrect password. Toggling this option will hide why the login failed."
80
+ msgstr ""
81
+
82
+ #: loginlockdown.php:352
83
+ msgid "Show Credit Link?"
84
+ msgstr ""
85
+
86
+ #: loginlockdown.php:353
87
+ msgid "If enabled, Login LockDown will display the following message on the login form"
88
+ msgstr ""
89
+
90
+ #: loginlockdown.php:354
91
+ msgid "Login form protected by"
92
+ msgstr ""
93
+
94
+ #: loginlockdown.php:355
95
+ msgid "This helps others know about the plugin so they can protect their blogs as well if they like. You can enable or disable this message below"
96
+ msgstr ""
97
+
98
+ #: loginlockdown.php:356
99
+ msgid "Yes, display the credit link."
100
+ msgstr ""
101
+
102
+ #: loginlockdown.php:357
103
+ msgid "Display the credit link, but add \"rel='nofollow'\" (ie. do not pass any link juice)."
104
+ msgstr ""
105
+
106
+ #: loginlockdown.php:358
107
+ msgid "No, do not display the credit link."
108
+ msgstr ""
109
+
110
+ #: loginlockdown.php:360
111
+ msgid "Update Settings"
112
+ msgstr ""
113
+
114
+ #: loginlockdown.php:370
115
+ #, php-format
116
+ msgid "There is currently %d locked out IP address."
117
+ msgstr ""
118
+
119
+ #: loginlockdown.php:373
120
+ #, php-format
121
+ msgid "There are currently %d locked out IP addresses."
122
+ msgstr ""
123
+
124
+ #: loginlockdown.php:389
125
+ msgid "Release Selected"
126
+ msgstr ""
127
+
128
+ #: loginlockdown.php:440
129
+ msgid "<strong>ERROR</strong>: The username field is empty."
130
+ msgstr ""
131
+
132
+ #: loginlockdown.php:443
133
+ msgid "<strong>ERROR</strong>: The password field is empty."
134
+ msgstr ""
135
+
136
+ #: loginlockdown.php:451
137
+ #, php-format
138
+ msgid "<strong>ERROR</strong>: Invalid username. <a href=\"%s\" title=\"Password Lost and Found\">Lost your password</a>?"
139
+ msgstr ""
140
+
141
+ #: loginlockdown.php:460
142
+ #, php-format
143
+ msgid "<strong>ERROR</strong>: Incorrect password. <a href=\"%s\" title=\"Password Lost and Found\">Lost your password</a>?"
144
+ msgstr ""
145
+
146
+ #: loginlockdown.php:477
147
+ msgid "<strong>ERROR</strong>: We're sorry, but this IP range has been blocked due to too many recent failed login attempts.<br /><br />Please try again later."
148
+ msgstr ""
149
+
150
+ #: loginlockdown.php:485
151
+ msgid "<strong>ERROR</strong>: Invalid username or incorrect password."
152
+ msgstr ""
153
+
154
+ #: loginlockdown.php:497
155
+ #, php-format
156
+ msgid "<strong>ERROR</strong>: Invalid username or incorrect password. <a href=\"%s\" title=\"Password Lost and Found\">Lost your password</a>?"
157
+ msgstr ""
158
+
159
+
160
+
loginlockdown.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Login LockDown
4
  Plugin URI: http://www.bad-neighborhood.com/
5
- Version: v1.8
6
  Author: Michael VanDeMar
7
  Description: Adds some extra security to WordPress by restricting the rate at which failed logins can be re-attempted from a given IP range. Distributed through <a href="http://www.bad-neighborhood.com/" target="_blank">Bad Neighborhood</a>.
8
  */
@@ -10,6 +10,9 @@ Description: Adds some extra security to WordPress by restricting the rate at wh
10
  /*
11
  == Change Log ==
12
  *
 
 
 
13
  * ver. 1.8 30-Sep-2019
14
  * - fixed issues with internationalization, added .pot file
15
  * - changed the credit link to default to not showing
2
  /*
3
  Plugin Name: Login LockDown
4
  Plugin URI: http://www.bad-neighborhood.com/
5
+ Version: v1.8.1
6
  Author: Michael VanDeMar
7
  Description: Adds some extra security to WordPress by restricting the rate at which failed logins can be re-attempted from a given IP range. Distributed through <a href="http://www.bad-neighborhood.com/" target="_blank">Bad Neighborhood</a>.
8
  */
10
  /*
11
  == Change Log ==
12
  *
13
+ * ver. 1.8.1 30-Sep-2019
14
+ * - adding missing ./languages folder
15
+ *
16
  * ver. 1.8 30-Sep-2019
17
  * - fixed issues with internationalization, added .pot file
18
  * - changed the credit link to default to not showing
readme.txt CHANGED
@@ -3,7 +3,7 @@ Developer: Michael VanDeMar (michael@endlesspoetry.com)
3
  Tags: security, login, login form
4
  Requires at least: 3.6
5
  Tested up to: 5.2.3
6
- Stable Tag: 1.8
7
 
8
  Limits the number of login attempts from a given IP range within a certain time period.
9
 
@@ -26,10 +26,14 @@ Enjoy.
26
 
27
  == Change Log ==
28
 
29
- ver. 1.8 30-Sep-2019
30
 
31
- - fixed issues with internationalization, added .pot file
32
- - changed the credit link to default to not showing
 
 
 
 
33
 
34
  ver. 1.7.1 13-Sep-2016
35
 
3
  Tags: security, login, login form
4
  Requires at least: 3.6
5
  Tested up to: 5.2.3
6
+ Stable Tag: 1.8.1
7
 
8
  Limits the number of login attempts from a given IP range within a certain time period.
9
 
26
 
27
  == Change Log ==
28
 
29
+ ver. 1.8.1 30-Sep-2019
30
 
31
+ - adding missing ./languages folder
32
+
33
+ ver. 1.8 30-Sep-2019
34
+
35
+ - fixed issues with internationalization, added .pot file
36
+ - changed the credit link to default to not showing
37
 
38
  ver. 1.7.1 13-Sep-2016
39