Skip to content

Commit

Permalink
Merge pull request #47 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 0cdc8db + 20daecc commit 8a324ac
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 @@ -79,7 +79,7 @@
"realm": {
"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 8a324ac

Please sign in to comment.