Skip to content

Commit

Permalink
make email field minimum length 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias74 committed Nov 20, 2023
1 parent d97a525 commit 57923b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmsentities/schema/useraccount.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": "string",
"default": "",
"pattern": "^[a-zA-Z0-9_\\-\\.]{2,}@[a-zA-Z0-9_\\-\\.]{2,}\\.[a-z]{2,}$|^$",
"minLength": 1,
"minLength": 0,
"x-locale": {
"de_DE": {
"pointer": "Nutzer E-Mail",
Expand Down

0 comments on commit 57923b5

Please sign in to comment.