After create Security module on version 9.7.3 show this error on app_login form in this line onValidate
if([sett_brute_force] == ‘Y’ && sc_logged_is_blocked() ) { sc_error_exit(); }
If I delete && sc_logged_is_blocked() it works.
After create Security module on version 9.7.3 show this error on app_login form in this line onValidate
if([sett_brute_force] == ‘Y’ && sc_logged_is_blocked() ) { sc_error_exit(); }
If I delete && sc_logged_is_blocked() it works.
So do I , I had same problem in 9.7.3 after create Security module as you encountered, but check whether the previous Security module generated by OLD edition, 9.6.x, I found that this statement
“if(sc_logged_is_blocked()) { sc_error_exit(); }” on onValidate without Error in 9.7.3
Hello @gbillot3 , @Chester_Leung
This problem has been solved in our current version (9.7.004).
Best regards.