mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
support | in auto create alias regex
This commit is contained in:
parent
cbc20dd268
commit
530bc8591e
1 changed files with 1 additions and 1 deletions
|
@ -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\..*">
|
||||
|
|
Loading…
Reference in a new issue