Remove MD5 -> SHA1 password transition and replace it by (10 characters -> 256 charac...
[platal.git] / classes / xorgsession.php
index 025af61..3f7b5dd 100644 (file)
@@ -87,6 +87,7 @@ class XorgSession extends PlSession
                                        SET  password = {?}
                                      WHERE  user_id = {?}',
                                    $new_password, $uid);
+                      /* TODO: update GApps password here!!! */
                 }
             }
             if ($response != $expected_response) {