From 4234f82c010bdbbc76d426d3d980f894686e256c Mon Sep 17 00:00:00 2001 From: bunkerity Date: Thu, 22 Jul 2021 09:47:34 +0200 Subject: [PATCH] settings - edit EMAIL_LETS_ENCRYPT regex --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index ea86aca..82951f7 100644 --- a/settings.json +++ b/settings.json @@ -534,7 +534,7 @@ "env": "EMAIL_LETS_ENCRYPT", "id": "email-lets-encrypt", "label": "Email lets encrypt", - "regex": "^([a-z0-9\\-\\.]+@([a-z\\-0-9]+\\.?)|.{0})$", + "regex": "^([a-z0-9\-\.]+@[a-z\-0-9\.]+|.{0})$", "type": "text" }, {