diff options
Diffstat (limited to 'htconfig.php')
-rwxr-xr-x | htconfig.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php index 89c226e9b..4698e9a94 100755 --- a/htconfig.php +++ b/htconfig.php @@ -69,3 +69,6 @@ $a->config['system']['rino_encrypt'] = true; $a->config['system']['theme'] = 'duepuntozero'; +// By default allow pseudonyms + +$a->config['system']['no_regfullname'] = true; |