• I’m trying to modify new member registration so username is auto filled based on email address. I’ve tried a javascript solution but $post[‘username’] is still blank for some reason.

    Using the hook register_post won’t work because it comes after the username check.

    Is there a hook to use for setting username to match the email address entered in the registration form?

  • The topic ‘set username to email address on register?’ is closed to new replies.