diff options
author | friendica <info@friendica.com> | 2014-09-10 17:42:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-10 17:42:13 -0700 |
commit | 6ab21b3d4f3b3cde6e967257490781815dbec103 (patch) | |
tree | 69c87d4141dbe669e28f9b1c4b451f0fc1504dc4 /view/en/htconfig.tpl | |
parent | 79bd45163156b30de0c102fb55181f08c756634f (diff) | |
download | volse-hubzilla-6ab21b3d4f3b3cde6e967257490781815dbec103.tar.gz volse-hubzilla-6ab21b3d4f3b3cde6e967257490781815dbec103.tar.bz2 volse-hubzilla-6ab21b3d4f3b3cde6e967257490781815dbec103.zip |
make verify_email the default for new installs (at least English installs), and provide a setting on the admin page for it.
Diffstat (limited to 'view/en/htconfig.tpl')
-rw-r--r-- | view/en/htconfig.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 9377472bd..550b018fe 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -45,6 +45,11 @@ $a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['system']['register_text'] = ''; $a->config['system']['admin_email'] = '{{$adminmail}}'; +// Recommend you leave this set to 1. Set to 0 to let people register without +// proving they own the email address they register with. + +$a->config['system']['verify_email'] = 1; + // Site access restrictions. By default we will create private sites. // Your choices are ACCESS_PRIVATE, ACCESS_PAID, ACCESS_TIERED, and ACCESS_FREE. |