support | in auto create alias regex

This commit is contained in:
Son Nguyen Kim 2021-09-19 09:36:19 +02:00
parent cbc20dd268
commit 530bc8591e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
value="{{ custom_domain.auto_create_regex or "" }}"
name="auto_create_regex"
required
data-parsley-pattern="[0-9a-z-_.(\\)(\*)]{1,}"
data-parsley-pattern="[0-9a-z-_.(\\)(\*)(\|)]{1,}"
data-parsley-trigger="change"
data-parsley-error-message="Only lowercase letter, number, dot (.), dash (-), underscore (_), backslash (\), star (*) are currently supported."
placeholder="prefix\..*">