Skip to content

Commit

Permalink
Merge pull request #181 from hphoeksma/fix/108
Browse files Browse the repository at this point in the history
fix: regex is failing on a proper verification code
  • Loading branch information
jonnitto authored Mar 20, 2024
2 parents c2e6c3e + bfd1b11 commit 0af7cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/NodeTypes.Mixin.GoogleSiteVerification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
position: 100
validation:
'Neos.Neos/Validation/RegularExpressionValidator':
regularExpression: '/^[a-z0-9]$/i'
regularExpression: '/^[a-zA-Z0-9_-]+$/'

0 comments on commit 0af7cf2

Please sign in to comment.