aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
Diffstat (limited to 'view/en')
-rwxr-xr-xview/en/htconfig.tpl3
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;