From 530bc8591eb75bb8ef2fdc3e1b07d70fe2aa8650 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Sun, 19 Sep 2021 09:36:19 +0200 Subject: [PATCH] support | in auto create alias regex --- app/dashboard/templates/dashboard/domain_detail/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/templates/dashboard/domain_detail/info.html b/app/dashboard/templates/dashboard/domain_detail/info.html index 6ea287fa..8eb97aa9 100644 --- a/app/dashboard/templates/dashboard/domain_detail/info.html +++ b/app/dashboard/templates/dashboard/domain_detail/info.html @@ -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\..*">