FSN#37583 Authenticatie via JWT

svn path=/Website/trunk/; revision=30649
This commit is contained in:
Jos Groot Lipman
2016-09-08 13:30:30 +00:00
parent 1d8c6bd97a
commit f1e1c650ba

View File

@@ -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;