![]() |
Sergey Kornilov admin 3/10/2020 |
I must say I don't quite follow your scenario. If you need to perform some extra validation like expiration date of the account you need to do that in BeforeLogin event and deny the login if validation didn't pass. |
K
|
kohle author 3/10/2020 |
I must say I don't quite follow your scenario. If you need to perform some extra validation like expiration date of the account you need to do that in BeforeLogin event and deny the login if validation didn't pass.
|
![]() |
Sergey Kornilov admin 3/10/2020 |
Again, if you need to check anything that may prevent user from logging in - it needs to be done in the BeforeLogon event. This is how it is supposed to work. |
K
|
kohle author 3/11/2020 |
Again, if you need to check anything that may prevent user from logging in - it needs to be done in the BeforeLogon event. This is how it is supposed to work.
|
S
|
Steve Seymour 3/11/2020 |
Is this complicated to explain. I Try it different to explain what happens :
|
M
|
MikeT 3/11/2020 |
It's not triggered because you're still logged in... I think you dont understand. I sent a video to your support. It shows that the After Successful login is not triggered, if "remember me" is selected Here is the video : https://youtu.be/gIl8eLRkCdA |
![]() |
Sergey Kornilov admin 3/11/2020 |
We have checked the code and it appears that BeforeLogin event will not be called in this scenario but AfterSuccessfulLogin event will. |
K
|
kohle author 3/12/2020 |
Thanks for your help. I will try it. |