Skip to content
Snippets Groups Projects
Commit dec23fc7 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

Merge branch 'improve-dokuwiki-conf' into 'master'

Improve dokuwiki conf

See merge request !8
parents 25d5dd96 0131bed3
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,11 @@ $conf['plugin']['authad']['update_mail'] = 0;
$conf['disableactions'] = 'register,profile_delete,resendpwd';
$conf['superuser'] = '{{ item.ad_superuser }}';
$conf['manager'] = '{{ item.ad_manager }}';
$conf['passcrypt'] = 'ssha';
{% else %}
$conf['passcrypt'] = 'bcrypt';
{% endif %}
$conf['passcrypt'] = 'ssha';
$conf['mailfrom'] = '{{ item.mail }}';
$conf['htmlmail'] = 0;
$conf['userewrite'] = '1';
......@@ -24,3 +26,7 @@ $conf['xsendfile'] = 0;
$conf['updatecheck'] = 0;
$conf['useacl'] = 1;
$conf['phpok'] = 0;
{% if item.mail_host is defined %}
$conf['plugin']['smtp']['smtp_host'] = '{{item.mail_host}}';
$conf['plugin']['smtp']['smtp_ssl'] = 'tls';
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment