unique-username-generator icon indicating copy to clipboard operation
unique-username-generator copied to clipboard

feature request Generate a username based an existing name

Open reslear opened this issue 2 years ago • 0 comments
trafficstars

Add options for generate a username based an existing name (firstName, lastName) using generateUsername options (separator, number of random digits, maximum length) for example:

const result = firstName + separator + lastName + separator + postfix + random digits
// result: john_roe_rda23

reslear avatar Aug 18 '23 13:08 reslear