fix: add max length to users-permissions password

This commit is contained in:
Ben Irvin 2025-01-29 17:08:29 +01:00
parent e07a466901
commit 5c1ae79cf1

View File

@ -29,6 +29,7 @@
"password": {
"type": "password",
"minLength": 6,
"maxLength": 72,
"configurable": false,
"private": true,
"searchable": false