Viewing 4 replies - 1 through 4 (of 4 total)
  • The initial user name is admin and WP will have emailed an admin password to the email account you defined during set-up.

    Thread Starter lazerbud

    (@lazerbud)

    I used an auto installer provided by my host….

    I did not get any such e-mail 🙁

    obscure

    (@obscure)

    Then either…
    1. Your email spam filters killed the email,
    2. you didn’t enter a valid email during install,
    3. Your host messed up and no email was sent.

    Step one – check to see if it was spamificated.
    Step two – If it wasn’t then delete the blog and reinstall, making sure to enter a valid email during install.
    Step three – if neither of the above work then contact your host.

    A way to bypass this.
    Replace line 390 in index-install.php Before install or on a reinstall.

    It will input YourPassword as the password.

    $user_id = wpmu_create_user( ‘admin’, $pass, $email);

    Change to:

    $user_id = wpmu_create_user( ‘admin’, YOURPASSWORD, $email);

    Change the code back after install for secuirty.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How do I login?’ is closed to new replies.