Changeset 630628
- Timestamp:
- 11/27/2012 10:53:18 AM (13 years ago)
- Location:
- wp-login-security-2/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-login-security-2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-login-security-2/trunk/readme.txt
r628974 r630628 1 1 === WP Login Security 2 === 2 Contributors: andersvinther2 , joshuascott942 Contributors: andersvinther2 3 3 Donate link: http://www.wpsecuritychecklist.com/buy-us-a-beer/ 4 4 Tags: authentication, whitelisting, admin, security, login, two factor, brute force attacks, lockdown, password 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.4.2 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 **Updates from the original plugin** 28 28 29 This plugin is based on the original [WP Login Security](http://wordpress.org/extend/plugins/wp-login-security/) plugin developed by [joshuascott94] (http://profiles.wordpress.org/joshuascott94/).29 This plugin is based on the original [WP Login Security](http://wordpress.org/extend/plugins/wp-login-security/) plugin developed by joshuascott94. 30 30 31 31 Since the original plugin is not supported any longer we took over and made a few updates: … … 59 59 == Changelog == 60 60 61 = 1.0.1 = 62 * Minor bug fix. 63 61 64 = 1.0.0 = 62 65 * Fixed: Call to mt_rand with wrong number of parameters. -
wp-login-security-2/trunk/wp-login-security-2.php
r628974 r630628 39 39 40 40 // Add relevant actions 41 add_action('admin_ init', 'wpls2_admin_init');41 add_action('admin_head', 'wpls2_admin_init'); 42 42 add_action('init', 'wpls2_init'); 43 43 add_action( 'login_form', 'wpls2_login_form' );
Note: See TracChangeset
for help on using the changeset viewer.