Branch 'roundcubemail-plugins-kolab-3.1' - plugins/kolab_auth

Aleksander Machniak machniak at kolabsys.com
Thu Feb 20 15:43:04 CET 2014


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

New commits:
commit 23b7f6ae62aa3a7f51cb1b6487be701667a2286a
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 5120c30..ee7c063 100644
--- a/plugins/kolab_auth/kolab_auth.php
+++ b/plugins/kolab_auth/kolab_auth.php
@@ -530,6 +530,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