Curating usernames in sign-up and stash load tool.
This commit is contained in:
@@ -37,6 +37,8 @@ module.exports = {
|
||||
auth: {
|
||||
login: true,
|
||||
signup: true,
|
||||
usernameLength: [2, 24],
|
||||
usernamePattern: /^[a-zA-Z0-9_-]$/,
|
||||
},
|
||||
exclude: {
|
||||
channels: [
|
||||
|
||||
Reference in New Issue
Block a user