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

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

parent 82e7c96a
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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment