Prefix random usernames with "weblite"

This commit is contained in:
N Pex 2022-07-01 08:34:59 +00:00
parent ff8f3c6277
commit 6cf4971b22

View file

@ -390,7 +390,7 @@ class Util {
/** Generate a random user name */
randomUser() {
return this.randomString(
return "weblite-" + this.randomString(
12,
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
);