From a24a383dab03b313598c56cec5c83cbb9ca62595 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 25 Jan 2012 00:30:36 -0800 Subject: by default allow pseudonyms --- view/en/htconfig.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view') 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; -- cgit v1.2.3