FSN#37583 Authenticatie via JWT
svn path=/Website/trunk/; revision=30649
This commit is contained in:
@@ -533,7 +533,7 @@ function tryLogin(username, wachtwoord, params)
|
||||
if (wachtwoord == null) // SSO
|
||||
found = true; // En zijn we verder wel klaar
|
||||
else
|
||||
found = testpassword(oRs("prs_perslid_key").Value, wachtwoord, params.pmobile);
|
||||
found = testpassword(oRs("prs_perslid_key").Value, wachtwoord, params.mobile);
|
||||
|
||||
if (!found)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user