Fixing many issues related to password hash method changed

This commit is contained in:
Julio Cesar Laura
2014-10-02 18:37:56 -04:00
parent 0448d0e6db
commit 611c7d4a73
3 changed files with 38 additions and 23 deletions

View File

@@ -396,7 +396,7 @@ class WebEntry
$template->assign("dynaformUid", $dynaFormUid);
$template->assign("taskUid", $taskUid);
$template->assign("wsUser", $usrUsername);
$template->assign("wsPass", Bootstrap::hashPassword($usrPassword, '', true));
$template->assign("wsPass", Bootstrap::getPasswordHashType() . ':' . $usrPassword);
$template->assign("wsRoundRobin", $wsRoundRobin);
if ($webEntryInputDocumentAccess == 0) {