From: Vincent Zanotti Date: Fri, 16 Jul 2010 17:38:00 +0000 (+0200) Subject: Fixes GApps user creation when using password synchronization. X-Git-Tag: xorg/1.0.1~15^2~37 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=47d7e1056bf531db60a3b14627e4c8b122f91790;p=platal.git Fixes GApps user creation when using password synchronization. Signed-off-by: Vincent Zanotti --- diff --git a/modules/googleapps.php b/modules/googleapps.php index e75ce5c..446d949 100644 --- a/modules/googleapps.php +++ b/modules/googleapps.php @@ -102,7 +102,7 @@ class GoogleAppsModule extends PLModule $password_sync = Post::b('password_sync'); $redirect_mails = Post::b('redirect_mails'); if ($password_sync) { - $password = S::v('password'); + $password = $user->password(); } else { $password = Post::v('response2'); }