X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Ftemplates_install.php;h=86c856650e965d738958914cdac991f010dbe4fe;hp=e9a96ff0d43edd2917b5d08993c65f55d0dc3f35;hb=939514b912738c5784b04a0d207db1afd918eb69;hpb=3c74920cb66b4e6c47c7e8a0eaeed40ffb7e8544 diff --git a/inc/templates_install.php b/inc/templates_install.php index e9a96ff..86c8566 100644 --- a/inc/templates_install.php +++ b/inc/templates_install.php @@ -200,7 +200,7 @@ } par_success (trans ('User table created.')); try { - $connection->setpwd ("admin", $_POST ["admin_pass"], true); + $connection->setpwd ("admin", $_POST ["admin_pass"]); } catch (Exception $e) { par_error_and_leave (trans ('Error when initializing password.')); }