Skip to content
Snippets Groups Projects
Commit 8d101ca0 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Don't use old insecure password crypto unless LDAP forces us to

parent 97eee994
No related branches found
No related tags found
2 merge requests!12Remove scip/zimpl binaries from shared repository,!8Improve dokuwiki conf
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment