]> dev.renevier.net Git - syp.git/blobdiff - inc/templates_install.php
web interface to add co-administrators
[syp.git] / inc / templates_install.php
index 86c856650e965d738958914cdac991f010dbe4fe..e9a96ff0d43edd2917b5d08993c65f55d0dc3f35 100644 (file)
             }
             par_success (trans ('User table created.'));
             try {
-                $connection->setpwd ("admin", $_POST ["admin_pass"]);
+                $connection->setpwd ("admin", $_POST ["admin_pass"], true);
             } catch (Exception $e) {
                 par_error_and_leave (trans ('Error when initializing password.'));
             }