Skip to content

Commit

Permalink
Merge pull request #40 from NethServer/dev6887
Browse files Browse the repository at this point in the history
Allow starting domain name or FQDN with a numeric NethServer/dev#6887
  • Loading branch information
stephdl authored Mar 11, 2024
2 parents c99d9cc + bcbc5a2 commit 32f52a4
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 32f52a4

Please sign in to comment.