Skip to content

Commit

Permalink
Allow to start the domain name or FQDN by a numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 11, 2024
1 parent c99d9cc commit bcbc5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/configure-module/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"domain": {
"type": "string",
"title": "Domain name",
"pattern": "^[a-zA-Z][-a-zA-Z0-9]{0,62}(\\.[a-zA-Z][-a-zA-Z0-9]{0,62})+$",
"pattern": "^[a-zA-Z0-9][-a-zA-Z0-9]{0,62}(\\.[a-zA-Z0-9][-a-zA-Z0-9]{0,62})+$",
"maxLength": 140,
"minLength": 1
}
Expand Down

0 comments on commit bcbc5a2

Please sign in to comment.