From 47d7e1056bf531db60a3b14627e4c8b122f91790 Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Fri, 16 Jul 2010 19:38:00 +0200 Subject: [PATCH] Fixes GApps user creation when using password synchronization. Signed-off-by: Vincent Zanotti --- modules/googleapps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.1.4