• Resolved Thorgod949

    (@thorgod949)


    Hello I wan’t to change my login page so it says Minecraft Username instead of User name how do i do that? I looked at the wp-login.php but cant find it there where do I change it?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Thorgod949

    (@thorgod949)

    bump plz help

    Thread Starter Thorgod949

    (@thorgod949)

    bump

    Hi Thorgod949,

    It should be in the main wp-login.php

    You should look for in the main wp folder not inside your template though.

    Or you can simply install a plugin so it won’t be overwritten during upgrades.

    https://www.ads-software.com/extend/plugins/wp-custom-login-page/

    Best,

    MyGreenHosting

    Thread Starter Thorgod949

    (@thorgod949)

    Thank you mygreenhosting

    Thread Starter Thorgod949

    (@thorgod949)

    But this is not what i wan’t I need to know how to change the “username” in the login page to “Minecraft Username’

    can you give me link to your site?

    you can always check again the wp-login.php

    but note: you will need to backup your changes so you will just re apply them after any wordpress upgrade you may want in the future.

    CAn you tell me the version of your wordpress so i can give you a more details location in the code to replace

    Thread Starter Thorgod949

    (@thorgod949)

    3.4

    link

    ignore the broken slide show thats another help topic

    and a link to the login page link

    you may want to edit this line:

    starts at around line: 630

    change the ‘Username’ to ‘Minecraft Username’

    <form name=”loginform” id=”loginform” action=”<?php echo esc_url( site_url( ‘wp-login.php’, ‘login_post’ ) ); ?>” method=”post”>
    <p>
    <label for=”user_login”><?php _e(‘Username’) ?>
    <input type=”text” name=”log” id=”user_login” class=”input” value=”<?php echo esc_attr($user_login); ?>” size=”20″ tabindex=”10″ /></label>
    </p>

    Best,

    MyGreenHosting

    Thread Starter Thorgod949

    (@thorgod949)

    You did it thankyou!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Login field names’ is closed to new replies.