• If my registration form does not ask for a username, but asks for an email address, the email address automatically becomes with user’s username. Is it possible to pull the [email protected] and make just example the username as opposed to the whole email address?

    Also, I see that Usernames cannot ever be changed by the user. Can I change this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @admindroidturf

    Sorry for the late response.

    unfortunately, this requires customization on your end.

    Here’s a filter hook that you can use to modify the submitted details before creating the user account:
    + um_add_user_frontend_submitted
    - $args : array has the $args['user_login']

    Please feel free to re-open this thread if there’s any question that may come up.

    Regards,

    Thread Starter Doug Demagistris

    (@admindroidturf)

    How complicated would the development be?

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