mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 04:03:25 +00:00
fix: add max length to users-permissions password
This commit is contained in:
parent
e07a466901
commit
5c1ae79cf1
@ -29,6 +29,7 @@
|
||||
"password": {
|
||||
"type": "password",
|
||||
"minLength": 6,
|
||||
"maxLength": 72,
|
||||
"configurable": false,
|
||||
"private": true,
|
||||
"searchable": false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user