From 8530edfec677fdd889feb5a4ae91ad6f4a885aca Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 14 Mar 2023 17:41:57 +0800 Subject: [PATCH] Don't allow registration via the web form, when AllowOnlyExternalRegistration is True (#11248) --- src/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.txt b/src/test.txt index d4fc3420..1665cf7a 100644 --- a/src/test.txt +++ b/src/test.txt @@ -1 +1 @@ -Fix submit review form (#11252) + Don't allow registration via the web form, when AllowOnlyExternalRegistration is True (#11248)