Changeset 479298
- Timestamp:
- 12/22/2011 03:23:45 PM (14 years ago)
- Location:
- custom-registration-link
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-registration-link/tags/1.0.0/readme.txt
r479268 r479298 7 7 Stable tag: 1.0.0 8 8 9 Allows you to modify the registration link of your WordPress website. 10 This will result in greatly reduced spam registrations. 11 The default registration link is wp-login.php?action=register and is heavily targeted by spam-bots. 12 This plugin will change this link to another one and make the old one invalid. 9 Let you modify the registration link of your WordPress website. 13 10 14 11 == Description == … … 16 13 <strong>Introduction</strong> 17 14 <p> 18 Custom Registration Link allows you tomodify the registration link of your WordPress website.15 Custom Registration Link let you modify the registration link of your WordPress website. 19 16 This will result in greatly reduced spam registrations. 20 The default registration link is wp-login.php?action=registerand is heavily targeted by spam-bots.17 The default registration link is "wp-login.php?action=register" and is heavily targeted by spam-bots. 21 18 This plugin will change this link to another one and make the old one invalid. 22 19 </p> … … 26 23 User agents who will try to access the normal registration link will be redirected to a page telling them 27 24 that registration is disabled (wp-login.php?registration=disabled), in order to reduce spam registrations 28 and with the potential benefit that learning spam-bots will not try next time as they will thinkthat your website29 doesn t accept registrations. Normal visitors will go to the new registration link.25 and with the potential benefit that learning spam-bots will not try next time as they will "think" that your website 26 doesn't accept registrations. Normal visitors will go to the new registration link. 30 27 The day I installed Custom Registration Link, all of my spam-bot registrations suddenly stopped. 31 28 </p> -
custom-registration-link/trunk/readme.txt
r479268 r479298 7 7 Stable tag: 1.0.0 8 8 9 Allows you to modify the registration link of your WordPress website. 10 This will result in greatly reduced spam registrations. 11 The default registration link is wp-login.php?action=register and is heavily targeted by spam-bots. 12 This plugin will change this link to another one and make the old one invalid. 9 Let you modify the registration link of your WordPress website. 13 10 14 11 == Description == … … 16 13 <strong>Introduction</strong> 17 14 <p> 18 Custom Registration Link allows you tomodify the registration link of your WordPress website.15 Custom Registration Link let you modify the registration link of your WordPress website. 19 16 This will result in greatly reduced spam registrations. 20 The default registration link is wp-login.php?action=registerand is heavily targeted by spam-bots.17 The default registration link is "wp-login.php?action=register" and is heavily targeted by spam-bots. 21 18 This plugin will change this link to another one and make the old one invalid. 22 19 </p> … … 26 23 User agents who will try to access the normal registration link will be redirected to a page telling them 27 24 that registration is disabled (wp-login.php?registration=disabled), in order to reduce spam registrations 28 and with the potential benefit that learning spam-bots will not try next time as they will thinkthat your website29 doesn t accept registrations. Normal visitors will go to the new registration link.25 and with the potential benefit that learning spam-bots will not try next time as they will "think" that your website 26 doesn't accept registrations. Normal visitors will go to the new registration link. 30 27 The day I installed Custom Registration Link, all of my spam-bot registrations suddenly stopped. 31 28 </p>
Note: See TracChangeset
for help on using the changeset viewer.