summaryrefslogtreecommitdiffstats
path: root/wp-content/mu-plugins/pluggable.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/mu-plugins/pluggable.php')
-rw-r--r--wp-content/mu-plugins/pluggable.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/wp-content/mu-plugins/pluggable.php b/wp-content/mu-plugins/pluggable.php
index d6429dc..f1cf497 100644
--- a/wp-content/mu-plugins/pluggable.php
+++ b/wp-content/mu-plugins/pluggable.php
@@ -3,6 +3,8 @@
function wp_login($username, $password, $already_md5 = false) {
global $wpdb, $error, $current_user;
+ $username = strtolower($username);
+
if ( !$username )
return false;