mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 23:59:48 +02:00
fix: Increase max username length for identity provider users
Closes #1174
This commit is contained in:
parent
e24bb845c6
commit
144731ccb4
4 changed files with 4 additions and 1 deletions
|
@ -122,7 +122,7 @@ module.exports = {
|
|||
type: 'string',
|
||||
isNotEmptyString: true,
|
||||
minLength: 3,
|
||||
maxLength: 16,
|
||||
maxLength: 32,
|
||||
regex: /^[a-zA-Z0-9]+((_|\.)?[a-zA-Z0-9])*$/,
|
||||
allowNull: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue