use newuser_default_family to set a mandatory default family for new users
This commit is contained in:
parent
582c53a5fd
commit
8903531a46
3 changed files with 14 additions and 5 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue