From 9fb8a78f91adffd5f4d28df1270e407c25a7a16e Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:45:53 +0200 Subject: [feature] New user sign-up via web page (#2796) * [feature] User sign-up form and admin notifs * add chosen + filtered languages to migration * remove stray comment * chosen languages schmosen schmanguages * proper error on local account missing --- testrig/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'testrig/config.go') diff --git a/testrig/config.go b/testrig/config.go index d33c4ac8c..8b69b714c 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -89,7 +89,6 @@ var testDefaults = config.Configuration{ }, AccountsRegistrationOpen: true, - AccountsApprovalRequired: true, AccountsReasonRequired: true, AccountsAllowCustomCSS: true, AccountsCustomCSSLength: 10000, -- cgit v1.2.3