Rename wp-login.php - Version 2.1.1

Version Description

Download this release

Release Info

Developer avryl
Plugin Icon 128x128 Rename wp-login.php
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1 to 2.1.1

Files changed (3) hide show
  1. readme.md +12 -17
  2. readme.txt +12 -17
  3. rename-wp-login.php +1 -1
readme.md CHANGED
@@ -1,10 +1,10 @@
1
  # Rename wp-login.php
2
 
3
  **Contributors:** avryl
4
- **Tags:** rename, login, wp-login, wp-login.php, brute force attacks, custom login url
5
  **Requires at least:** 3.8
6
  **Tested up to:** 3.8
7
- **Stable tag:** 2.1
8
  **License:** GPLv2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,44 +12,39 @@ Change wp-login.php to anything you want. It can also prevent a lot of brute for
12
 
13
  ## Description
14
 
15
- With this plugin you can change wp-login.php to anything you want. The default is example.com/login/, but you can change this under Settings Permalinks Rename wp-login.php.
16
- Please bookmark or remember your login url, accessing wp-login.php or wp-admin will not work.
17
 
18
  ### Compatibility
19
 
20
- Requires WordPress 3.8 or higher. The registration form, lost password form, login widget and expired sessions will keep working.
21
 
22
- Compatible with plugins like:
23
 
24
  * BuddyPress,
25
  * bbPress,
26
  * Limit Login Attempts,
27
- * User Switching,
28
- * and any other plugin that hooks into the standard login form.
29
 
30
- It does’t work with plugins that hardcoded wp-login.php, obviously.
31
 
32
- Works with multisite. Activating it for a network allows you to set a networkwide default. Individual sites can still rename their login page to something else.
33
 
34
- If you’re using a **page caching plugin** like **W3 Total Cache** or **WP Super Cache**, add the word you renamed wp-login.php to (e.g. login) to the list of pages not to cache.
35
-
36
- * For W3 Total Cache go to Performance › Page Cache › Advanced › Never cache the following pages, add your new login page on a new line and save all settings.
37
- * For WP Super Cache go to Settings › WP Super Cache › Advanced › Accepted Filenames & Rejected URIs, add your new login page on a new line and save.
38
 
39
  ### Benefits
40
 
41
- Not only does it allow you to further customise your login page, it also prevents brute force attacks that are targeted specifically to wp-login.php. wp-login.php, and wp-admin if not logged in, won't be accessible.
42
 
43
  While you could use this plugin to prevent a lot of brute force attacks, it does not mean you don’t need a strong password. Read [this codex article](http://codex.wordpress.org/Brute_Force_Attacks) for more information on how to protect your website.
44
 
45
- If you want to keep your login url secret, you should make sure there aren’t any links pointing to it on your website.
46
 
47
  ## Installation
48
 
49
  1. Go to Plugins › Add New.
50
  2. Search for *Rename wp-login.php*.
51
  3. Look for this plugin, download and activate it.
52
- 4. The page will redirect you to the settings. Rename wp-login.php in the section Login.
53
  5. You can change this option any time you want, just go back to Settings › Permalinks › Rename wp-login.php.
54
 
55
  ## Frequently Asked Questions
1
  # Rename wp-login.php
2
 
3
  **Contributors:** avryl
4
+ **Tags:** rename, login, wp-login, wp-login.php, brute force attacks, custom login url, security
5
  **Requires at least:** 3.8
6
  **Tested up to:** 3.8
7
+ **Stable tag:** 2.1.1
8
  **License:** GPLv2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  ## Description
14
 
15
+ *Rename wp-login.php* is a very light plugin that lets you easily and safely change wp-login.php to anything you want. It doesn’t literally rename or change files in core, nor does it add rewrite rules. It simply intercepts page requests and works on any WordPress website. The wp-admin directory and wp-login.php page become inaccessible, so you should bookmark or remember the url. Deactivating this plugin brings your site back exactly to the state it was before.
 
16
 
17
  ### Compatibility
18
 
19
+ Requires WordPress 3.8 or higher. All login related things such as the registration form, lost password form, login widget and expired sessions just keep working.
20
 
21
+ It’s also compatible with any plugin that hooks in the login form, including
22
 
23
  * BuddyPress,
24
  * bbPress,
25
  * Limit Login Attempts,
26
+ * and User Switching.
 
27
 
28
+ Obviously it doesn’t work with plugins that *hardcoded* wp-login.php.
29
 
30
+ This also works with multisite! Activating it for a network allows you to set a networkwide default. Individual sites can still rename their login page to something else.
31
 
32
+ If you’re using a **page caching plugin** you should add the slug of the new login url to the list of pages not to cache. For W3 Total Cache and WP Super Cache this plugin will give you a message with a link to the field you should update.
 
 
 
33
 
34
  ### Benefits
35
 
36
+ Not only does it allow you to further customise your login page, it also prevents brute force attacks that are targeted specifically to wp-login.php. Both the wp-login.php page and the wp-admin directory (if not logged in) become inaccessible.
37
 
38
  While you could use this plugin to prevent a lot of brute force attacks, it does not mean you don’t need a strong password. Read [this codex article](http://codex.wordpress.org/Brute_Force_Attacks) for more information on how to protect your website.
39
 
40
+ Of course, if you want to keep your login page secret, you should make sure there aren’t any links pointing to it on your website.
41
 
42
  ## Installation
43
 
44
  1. Go to Plugins › Add New.
45
  2. Search for *Rename wp-login.php*.
46
  3. Look for this plugin, download and activate it.
47
+ 4. The page will redirect you to the settings. Rename wp-login.php in there.
48
  5. You can change this option any time you want, just go back to Settings › Permalinks › Rename wp-login.php.
49
 
50
  ## Frequently Asked Questions
readme.txt CHANGED
@@ -2,10 +2,10 @@
2
 
3
  Contributors: avryl
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=49WXVSPP2HUKG
5
- Tags: rename, login, wp-login, wp-login.php, brute force attacks, custom login url
6
  Requires at least: 3.8
7
  Tested up to: 3.8
8
- Stable tag: 2.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -13,37 +13,32 @@ Change wp-login.php to anything you want. It can also prevent a lot of brute for
13
 
14
  == Description ==
15
 
16
- With this plugin you can change wp-login.php to anything you want. The default is example.com/login/, but you can change this under Settings Permalinks Rename wp-login.php.
17
- Please bookmark or remember your login url, accessing wp-login.php or wp-admin will not work.
18
 
19
  = Compatibility =
20
 
21
- Requires WordPress 3.8 or higher. The registration form, lost password form, login widget and expired sessions will keep working.
22
 
23
- Compatible with plugins like:
24
 
25
  * BuddyPress,
26
  * bbPress,
27
  * Limit Login Attempts,
28
- * User Switching,
29
- * and any other plugin that hooks into the standard login form.
30
 
31
- It does’t work with plugins that hardcoded wp-login.php, obviously.
32
 
33
- Works with multisite. Activating it for a network allows you to set a networkwide default. Individual sites can still rename their login page to something else.
34
 
35
- If you’re using a **page caching plugin** like **W3 Total Cache** or **WP Super Cache**, add the word you renamed wp-login.php to (e.g. login) to the list of pages not to cache.
36
-
37
- * For W3 Total Cache go to Performance › Page Cache › Advanced › Never cache the following pages, add your new login page on a new line and save all settings.
38
- * For WP Super Cache go to Settings › WP Super Cache › Advanced › Accepted Filenames & Rejected URIs, add your new login page on a new line and save.
39
 
40
  = Benefits =
41
 
42
- Not only does it allow you to further customise your login page, it also prevents brute force attacks that are targeted specifically to wp-login.php. wp-login.php, and wp-admin if not logged in, won't be accessible.
43
 
44
  While you could use this plugin to prevent a lot of brute force attacks, it does not mean you don’t need a strong password. Read [this codex article](http://codex.wordpress.org/Brute_Force_Attacks) for more information on how to protect your website.
45
 
46
- If you want to keep your login url secret, you should make sure there aren’t any links pointing to it on your website.
47
 
48
  = GitHub =
49
 
@@ -54,7 +49,7 @@ This plugin has a [mirror](https://github.com/avryl/rename-wp-login) on GitHub.
54
  1. Go to Plugins › Add New.
55
  2. Search for *Rename wp-login.php*.
56
  3. Look for this plugin, download and activate it.
57
- 4. The page will redirect you to the settings. Rename wp-login.php in the section Login.
58
  5. You can change this option any time you want, just go back to Settings › Permalinks › Rename wp-login.php.
59
 
60
  == Frequently Asked Questions ==
2
 
3
  Contributors: avryl
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=49WXVSPP2HUKG
5
+ Tags: rename, login, wp-login, wp-login.php, brute force attacks, custom login url, security
6
  Requires at least: 3.8
7
  Tested up to: 3.8
8
+ Stable tag: 2.1.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
13
 
14
  == Description ==
15
 
16
+ *Rename wp-login.php* is a very light plugin that lets you easily and safely change wp-login.php to anything you want. It doesn’t literally rename or change files in core, nor does it add rewrite rules. It simply intercepts page requests and works on any WordPress website. The wp-admin directory and wp-login.php page become inaccessible, so you should bookmark or remember the url. Deactivating this plugin brings your site back exactly to the state it was before.
 
17
 
18
  = Compatibility =
19
 
20
+ Requires WordPress 3.8 or higher. All login related things such as the registration form, lost password form, login widget and expired sessions just keep working.
21
 
22
+ It’s also compatible with any plugin that hooks in the login form, including
23
 
24
  * BuddyPress,
25
  * bbPress,
26
  * Limit Login Attempts,
27
+ * and User Switching.
 
28
 
29
+ Obviously it doesn’t work with plugins that *hardcoded* wp-login.php.
30
 
31
+ This also works with multisite! Activating it for a network allows you to set a networkwide default. Individual sites can still rename their login page to something else.
32
 
33
+ If you’re using a **page caching plugin** you should add the slug of the new login url to the list of pages not to cache. For W3 Total Cache and WP Super Cache this plugin will give you a message with a link to the field you should update.
 
 
 
34
 
35
  = Benefits =
36
 
37
+ Not only does it allow you to further customise your login page, it also prevents brute force attacks that are targeted specifically to wp-login.php. Both the wp-login.php page and the wp-admin directory (if not logged in) become inaccessible.
38
 
39
  While you could use this plugin to prevent a lot of brute force attacks, it does not mean you don’t need a strong password. Read [this codex article](http://codex.wordpress.org/Brute_Force_Attacks) for more information on how to protect your website.
40
 
41
+ Of course, if you want to keep your login page secret, you should make sure there aren’t any links pointing to it on your website.
42
 
43
  = GitHub =
44
 
49
  1. Go to Plugins › Add New.
50
  2. Search for *Rename wp-login.php*.
51
  3. Look for this plugin, download and activate it.
52
+ 4. The page will redirect you to the settings. Rename wp-login.php there.
53
  5. You can change this option any time you want, just go back to Settings › Permalinks › Rename wp-login.php.
54
 
55
  == Frequently Asked Questions ==
rename-wp-login.php CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://wordpress.org/plugins/rename-wp-login/
6
  Description: Change wp-login.php to whatever you want. It can also prevent a lot of brute force attacks.
7
  Author: avryl
8
  Author URI: http://profiles.wordpress.org/avryl/
9
- Version: 2.1
10
  Text Domain: rename-wp-login
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
6
  Description: Change wp-login.php to whatever you want. It can also prevent a lot of brute force attacks.
7
  Author: avryl
8
  Author URI: http://profiles.wordpress.org/avryl/
9
+ Version: 2.1.1
10
  Text Domain: rename-wp-login
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html