Some question about bulk update user name

Instadub Video tutorials
Post Reply
Markxxx
Posts: 90
Joined: Sun Oct 21, 2018 8:05 am

Some question about bulk update user name

Post by Markxxx »

Hey there,

I need to change a lot names/user names from girls to men, for example:

Full name: Tom Jckson
user name: tom_dfg1684

the user name is consisted of two parts: first name + rendom strings

and I need to that in bulk, like 100s,

How to do that?

thanks
User avatar
martin@rootjazz
Site Admin
Posts: 36340
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Some question about bulk update user name

Post by martin@rootjazz »

Change the FULL NAME first in an action

Then you can use the token #my-firstname#

so for your example:

ACTION1
update fullname to: Tom Jckson

ACTION2
Update username to: #my-firstname#_dfg1684


You can also use tokens

#rand# 6 random letters (may include numbers I don't remember - might just be a-z)
#randnum# 6 random numbers
#randyear random year from about 1940 to the current year
Post Reply