Forum Replies Created

Viewing 1 Topics - 1 through 1 (of 1 total)
Author Posts
September 23, 2015 at 7:06 pm in reply to: use user 'name' as user nickname in profile 72992
Marc Peacock-Smith Marc Peacock-Smith

Ive managed to put their full name into nickname with wp_update_user( array(‘ID’ => $user_id, ‘nickname’ => $guest_name) );

But I cant work out how to use the full email address as username?

Currently when I log a new user my email address marc@myurl.com gets transformed to a user name of marc23 or some other random number. Even though my user doesnt exist as an active user.

Viewing 1 Topics - 1 through 1 (of 1 total)