1
0
Fork 0

by default allow pseudonyms

This commit is contained in:
friendica 2012-01-25 00:30:36 -08:00
commit a24a383dab
3 changed files with 10 additions and 2 deletions

View file

@ -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;