Reapply "use newuser_default_family to set a mandatory default family for new users"
This reverts commit 0478c4f78c
.
This commit is contained in:
parent
0478c4f78c
commit
5648581f4e
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