Replace Username with Email on login form
-
This should be a simple replacement and I’m pretty sure I’ve done it with this very plugin on another site, but it doesn’t seem to be working now. Here’s the text in wp-login.php:
<label for="user_login"><?php _e('Username') ?><br /> <input type="text" name="log" id="user_login" class="input" value="<?php echo esc_attr($user_login); ?>" size="20" /></label>The text to replace is “Username”, and according to the WordPress documentation, if a domain isn’t specified, its value is “default”. I’ve tried it with Text Domain = default and Text Domain = [blank], but neither seem to work. I have WPML installed. (though I don’t think that would make a difference?)
Please let me know if you can think of anything else I could try.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Replace Username with Email on login form’ is closed to new replies.