Ignore:
Timestamp:
May 25, 2014, 6:52:42 PM (10 years ago)
Author:
22decembre
Message:

add function to sync ldap and piwigo groups
ldap groups correspond to webmasters and admin roles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Ldap_Login/admin/newusers.php

    r27284 r28534  
    1717$template->assign('SEND_CASUAL_MAIL',   $me->config['send_password_by_mail_ldap']);
    1818
     19$template->assign('USERS_GROUP',        $me->config['users_group']);
     20
    1921if (isset($_POST['save'])){
     22
     23        $me->config['users_group'] = $_POST['USERS_GROUP'];
    2024
    2125        if (isset($_POST['ALLOW_NEWUSERS'])){
Note: See TracChangeset for help on using the changeset viewer.