The $salt variable is no longer needed as of 29a4870 (Use bcrypt to hash
passwords, 2017-02-24).

Signed-off-by: Lukas Fleischer <[email protected]>
---
 web/lib/acctfuncs.inc.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index 5f7f1f4..63ab4b4 100644
--- a/web/lib/acctfuncs.inc.php
+++ b/web/lib/acctfuncs.inc.php
@@ -282,7 +282,6 @@ function 
process_account_form($TYPE,$A,$U="",$T="",$S="",$E="",$H="",$P="",$C=""
                $U = $dbh->quote($U);
                $E = $dbh->quote($E);
                $P = $dbh->quote($P);
-               $salt = $dbh->quote($salt);
                $R = $dbh->quote($R);
                $L = $dbh->quote($L);
                $TZ = $dbh->quote($TZ);
-- 
2.12.0

Reply via email to