I’m using the social connect plugin for wordpress and want to make the social logins (fb, twitter, stack exchange…) the only option. I looked at various plugins to customize the login page but none of them offered the ability to remove the username and password textfields along with “remember me” checkbox and “forgot your password?” label. Any ideas?
Share
If you want to remove password and username text field you must modify the wp-login.php (in your wordpress directory) and remove or comment (comment with
<!--and-->) this part (line 671 to 708 ):After that you should have only the WordPress logo and the back link.