• Resolved rescatista

    (@rescatista)


    I was adding a site, and I used the wrong name associated with the sign up email.

    So I deleted the site, and added it again with the same email (I cannot change this)..

    Again the wrong username was assigned..the same one that I accidently put in. It seems it is tied to the email I need to use somehow. How do I reset this “name connection to email”?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Short answer: delete the user.

    Long answer: the add site form at the bottom of SuperAdmin->Sites(ms-sites.php) says, “A new user will be created if the above email address is not in the database.” So, if you are trying to add a new user along with a new site, the “accidental” user with the same email must also be deleted. Delete users from SuperAdmin->Users.

    A twist: if trying to add a previously deleted user via the wp-signup.php triggers the “wait a couple of days” message, you’ll have to wait. wp-signup.php creates and stores(and then checks) user activation keys in the $wpdb->signups. You can’t “hurry-up” WordPress to delete those keys without going into the db(phpmyadmin) or by using the “User Activation Keys” plugin.

    By the way, the SuperAdmin->Sites form doesn’t check(or create) user activation keys from $wpdb->signups, so once you delete a user you can add again straight away. The Users->Add New User form(if enabled) does add a new activation key.

    Thread Starter rescatista

    (@rescatista)

    Thanks Dave. Got it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change user…’ is closed to new replies.