Till Krüss
2014-02-12 aba993da6afe0668af1863e58061886c6c996e96
plugins/password/drivers/domainfactory.php
@@ -51,7 +51,7 @@
            // change password
            $ch = curl_copy_handle($ch);
            curl_setopt($ch, CURLOPT_POSTFIELDS, $postfields);
            curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($postfields));
            if ($result = curl_exec($ch)) {
               // did the new password match the requirements?