Foundation for Check Password and password functions - only Clear is currently implemented

This commit is contained in:
2025-01-17 17:00:36 +11:00
parent 30f964b849
commit 08e838d40a
15 changed files with 291 additions and 35 deletions

View File

@@ -153,13 +153,25 @@ return [
'mail' => [
'mail'=>[
'sometimes',
'array','min:1'
'array',
'min:1'
],
'mail.*' => [
'nullable',
'email'
]
],
'userpassword' => [
'userpassword' => [
'sometimes',
'array',
'min:1'
],
'userpassword.*' => [
'nullable',
'min:8'
]
],
'uidnumber' => [
'uidnumber' => [
'sometimes',