use newuser_default_family to set a mandatory default family for new users

This commit is contained in:
Michael Erdely 2024-10-09 09:50:54 -04:00
parent 582c53a5fd
commit 8903531a46
3 changed files with 14 additions and 5 deletions

View file

@ -39,6 +39,12 @@ 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,