Aleksander Machniak
2014-02-13 524e382669dc195e5427f6d914320f6c4415429e
Merge pull request #168 from tillkruess/master

another security fix for domainfactory password plugin driver
1 files modified
2 ■■■ changed files
plugins/password/drivers/domainfactory.php 2 ●●● patch | view | raw | blame | history
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)) {
                    // has the password been changed?