Prefix random usernames with "weblite"
This commit is contained in:
parent
ff8f3c6277
commit
6cf4971b22
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ class Util {
|
|||
|
||||
/** Generate a random user name */
|
||||
randomUser() {
|
||||
return this.randomString(
|
||||
return "weblite-" + this.randomString(
|
||||
12,
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue