mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Merge pull request #699 from Crazy3lf/master
This commit is contained in:
commit
f89456cd4f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"help": "Email used for Let's Encrypt notification and in certificate.",
|
||||
"id": "email-lets-encrypt",
|
||||
"label": "Email Let's Encrypt",
|
||||
"regex": "^([\\w.\\-]+@[a-zA-Z0-9.\\-]+\\.[a-z]{2,})?$",
|
||||
"regex": "^([^@ \\t\\r\\n]+@[^@ \\t\\r\\n]+\\.[^@ \\t\\r\\n]+)?$",
|
||||
"type": "text"
|
||||
},
|
||||
"USE_LETS_ENCRYPT_STAGING": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue