diff options
Diffstat (limited to 'view/en/htconfig.tpl')
-rwxr-xr-x | view/en/htconfig.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index c535cefa6..3eb2da070 100755 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -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; |