Merged database migrations.
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
login: true,
|
||||
signup: true,
|
||||
usernameLength: [2, 24],
|
||||
usernamePattern: /^[a-zA-Z0-9_-]$/,
|
||||
usernamePattern: /^[a-zA-Z0-9_-]+$/,
|
||||
},
|
||||
exclude: {
|
||||
channels: [
|
||||
|
||||
Reference in New Issue
Block a user