From bde8862f0fba59edaf8fd9159caf4d56a51dbf79 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 21 May 2020 10:44:25 +0100 Subject: [PATCH] FIX: Allow GitHub app client_id to be used for OAuth configuration --- config/site_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site_settings.yml b/config/site_settings.yml index 88387952d73..6209cc621aa 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -394,7 +394,7 @@ login: default: false github_client_id: default: "" - regex: "^[a-f0-9]+$" + regex: "^[a-zA-Z0-9\\.]+$" github_client_secret: default: "" regex: "^[a-f0-9]+$"