Revert "Updated to remove passwords from sessions" (#4422)

This commit is contained in:
Neil Lathwood
2016-09-13 15:10:42 +01:00
committed by Tony Murray
parent ec9383be60
commit a8efda8f30
10 changed files with 83 additions and 55 deletions

View File

@@ -23,6 +23,13 @@ function authenticate($username, $password)
return 0;
}
function reauthenticate($sess_id = '', $token = '')
{
return 0;
}
function passwordscanchange($username = '')
{
return 0;