Skip to content
Snippets Groups Projects

Improve dokuwiki conf

Merged Robin Sonnabend requested to merge improve-dokuwiki-conf into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,9 +13,11 @@ $conf['plugin']['authad']['update_mail'] = 0;
@@ -13,9 +13,11 @@ $conf['plugin']['authad']['update_mail'] = 0;
$conf['disableactions'] = 'register,profile_delete,resendpwd';
$conf['disableactions'] = 'register,profile_delete,resendpwd';
$conf['superuser'] = '{{ item.ad_superuser }}';
$conf['superuser'] = '{{ item.ad_superuser }}';
$conf['manager'] = '{{ item.ad_manager }}';
$conf['manager'] = '{{ item.ad_manager }}';
 
$conf['passcrypt'] = 'ssha';
 
{% else %}
 
$conf['passcrypt'] = 'bcrypt';
{% endif %}
{% endif %}
$conf['passcrypt'] = 'ssha';
$conf['mailfrom'] = '{{ item.mail }}';
$conf['mailfrom'] = '{{ item.mail }}';
$conf['htmlmail'] = 0;
$conf['htmlmail'] = 0;
$conf['userewrite'] = '1';
$conf['userewrite'] = '1';
Loading