by default allow pseudonyms
This commit is contained in:
parent
e2d0eb4a88
commit
a24a383dab
3 changed files with 10 additions and 2 deletions
|
@ -66,3 +66,6 @@ $a->config['system']['rino_encrypt'] = true;
|
|||
|
||||
$a->config['system']['theme'] = 'duepuntozero';
|
||||
|
||||
// By default allow pseudonyms
|
||||
|
||||
$a->config['system']['no_regfullname'] = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue