feat: Stronger password policy
This commit is contained in:
@@ -16,6 +16,8 @@ module.exports = {
|
||||
},
|
||||
password: {
|
||||
type: 'string',
|
||||
minLength: 6,
|
||||
regex: /^(?=.*[A-Za-z])(?=.*\d).+$/,
|
||||
required: true,
|
||||
},
|
||||
name: {
|
||||
|
||||
Reference in New Issue
Block a user