AKZA#55671 Inloggen met RIP{W maakt FACILITOR ontoegankelijk

svn path=/Website/branches/v2018.2/; revision=40775
This commit is contained in:
Jos Groot Lipman
2019-02-04 08:49:01 +00:00
parent 1004561eff
commit c6ca27d040

View File

@@ -610,7 +610,7 @@ function getIdentity(username, wachtwoord, params)
}
lockout.push(founddata);
}
Application(lockout_name) = JSON.stringify(lockout).replace(/\{/g, "\n{");
Application(lockout_name) = JSON.stringify(lockout);
}
Application.UnLock();