mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
feat: Stronger password policy
This commit is contained in:
@@ -18,6 +18,8 @@ module.exports = {
|
||||
},
|
||||
password: {
|
||||
type: 'string',
|
||||
minLength: 6,
|
||||
regex: /^(?=.*[A-Za-z])(?=.*\d).+$/,
|
||||
required: true,
|
||||
},
|
||||
currentPassword: {
|
||||
|
||||
Reference in New Issue
Block a user