aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-25 00:30:36 -0800
committerfriendica <info@friendica.com>2012-01-25 00:30:36 -0800
commita24a383dab03b313598c56cec5c83cbb9ca62595 (patch)
tree05d4193b4fe0d8faafcf6280bb5bd038a1fa3713 /view/en
parente2d0eb4a88d3ebd92e87a3e1969f78972396dd6f (diff)
downloadvolse-hubzilla-a24a383dab03b313598c56cec5c83cbb9ca62595.tar.gz
volse-hubzilla-a24a383dab03b313598c56cec5c83cbb9ca62595.tar.bz2
volse-hubzilla-a24a383dab03b313598c56cec5c83cbb9ca62595.zip
by default allow pseudonyms
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;