Written by

Question Touggourt · Jul 20

Login error

Hi Guys, 

I've my users set in Security->Users in SMP, but I get the below error when trying to long in my application, any clues what this error means?  

"0 "_$lb($lb(864,,,,,,,,,$lb(,"US-SERENITY",$lb("e^UsersCSPLogin+87^%SYS.SECURITY^1","e^CSPLogin+103^%SYS.cspServer^1","e^CSPDispatch+909^%SYS.cspServer^1","d^CSPDispatch+907^%SYS.cspServer^1","d^ProcessRequest+1^%CSP.Session.1^1","d^Request+692^%SYS.cspServer2^1","d^Request+25^%SYS.cspServer2^1","d^ProcessRequest+1^%CSP.Request.1^1","d^css+15^%SYS.cspServer2^1","d^Server+64^%SYS.SERVER^2","d^^^0"))))

BTW my login page extends %CSP.Login

Thanks

Product version: IRIS 2024.3

Comments

Julius Kavay · Jul 20

You have a status (or error code), OK, now take that code and make it more readable:

set code=<put here your code>
write$system.Status.GetErrorText(code)

I think, it will be some kind of authentication issue...

0
Tani Frankel · Jul 20

Examining the Audit database (specifically the LoginFailure event, and perhaps Protect; make sure they are Enabled for your testing) might also be helpful.

0
Touggourt  Jul 20 to Tani Frankel

One of the errors is the below

But I'm passing the username/password? and I use to have this error before when the system was on Ensemble 2018 and was able to login and upgraded to IRIS 2024 and now I'm getting these other errors!?   

0
Touggourt · Jul 21

Never mind guys, it turns out that  "Prevent Login CSRF Attack" flag in Web Application Settings needed to be turned off, its a feature in IRIS and by default is turned on which allows creating a Token to the website page that gets verified along with the user/pass when logging in  
 

0