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

add protected rules (no password recovery, no email change

parent bebb43b1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ $conf['plugin']['authad']['admin_username'] = '{{ item.ad_user }}';
$conf['plugin']['authad']['admin_password'] = '{{ item.ad_password }}';
$conf['plugin']['authad']['use_tls'] = 1;
$conf['plugin']['authad']['recursive_groups'] = '1';
$conf['disableactions'] = 'register,profile_delete';
$conf['plugin']['authad']['update_mail'] = 0;
$conf['disableactions'] = 'register,profile_delete,resendpwd';
$conf['superuser'] = '{{ item.ad_superuser }}';
$conf['manager'] = '{{ item.ad_manager }}';
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment