Revert "use newuser_default_family to set a mandatory default family for new users"

This reverts commit 8903531a46.
This commit is contained in:
Michael Erdely 2024-10-09 12:41:31 -04:00
parent 8903531a46
commit 0478c4f78c
3 changed files with 5 additions and 14 deletions

View file

@ -39,12 +39,6 @@ function getGlobalOptions() {
*/
"newuser_requires_approval" => 1,
/* Do not allow new user to choose family
0 = allow new user to choose family
1 or more = default family
*/
"newuser_default_family" => 1,
/* Whether or not whom an item is reserved/bought by is hidden. */
"anonymous_purchasing" => 0,