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/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/tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 930486b5f..788fef457 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -65,6 +65,7 @@ <h3>{{$corporate}}</h3> {{include file="field_checkbox.tpl" field=$block_public}} + {{include file="field_checkbox.tpl" field=$verify_email}} {{include file="field_checkbox.tpl" field=$diaspora_enabled}} {{include file="field_checkbox.tpl" field=$feed_contacts}} {{include file="field_checkbox.tpl" field=$force_publish}} |