plugins/kolab_auth

Aleksander Machniak machniak at kolabsys.com
Thu Feb 20 15:41:58 CET 2014


 plugins/kolab_auth/kolab_auth.php |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 71c66461d5cbbb57a333eb38569929bf1d9dbfb8
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Feb 20 15:41:12 2014 +0100

    Load per-user settings/plugins also just after log in

diff --git a/plugins/kolab_auth/kolab_auth.php b/plugins/kolab_auth/kolab_auth.php
index a4d15e6..0183d4d 100644
--- a/plugins/kolab_auth/kolab_auth.php
+++ b/plugins/kolab_auth/kolab_auth.php
@@ -538,6 +538,9 @@ class kolab_auth extends rcube_plugin
                 $args['user'], $origname, rcube_utils::remote_ip()));
         }
 
+        // load per-user settings/plugins
+        $this->load_user_role_plugins_and_settings();
+
         return $args;
     }
 




More information about the commits mailing list