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 --- htconfig.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'htconfig.php') 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; -- cgit v1.2.3