Merge branch '309-add-weblite-identifier-to-autogenered-usernames' into 'dev'
Prefix random usernames with "weblite" See merge request keanuapp/keanuapp-weblite!106
This commit is contained in:
commit
fdfa9e902c
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ class Util {
|
||||||
|
|
||||||
/** Generate a random user name */
|
/** Generate a random user name */
|
||||||
randomUser() {
|
randomUser() {
|
||||||
return this.randomString(
|
return "weblite-" + this.randomString(
|
||||||
12,
|
12,
|
||||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue