Initial commit
This commit is contained in:
26
application/Espo/Resources/metadata/fields/password.json
Normal file
26
application/Espo/Resources/metadata/fields/password.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"params": [
|
||||
{
|
||||
"name": "required",
|
||||
"type": "bool",
|
||||
"default": false
|
||||
},
|
||||
{
|
||||
"name": "maxLength",
|
||||
"type": "int",
|
||||
"max": 255
|
||||
}
|
||||
],
|
||||
"validationList": [
|
||||
"valid",
|
||||
"maxLength"
|
||||
],
|
||||
"mandatoryValidationList": [
|
||||
"valid",
|
||||
"maxLength"
|
||||
],
|
||||
"notSortable": true,
|
||||
"notCreatable": true,
|
||||
"filter": false,
|
||||
"validatorClassName": "Espo\\Classes\\FieldValidators\\PasswordType"
|
||||
}
|
||||
Reference in New Issue
Block a user