Resolved! Redirecting Users to Login Page After Account Lockout in ServiceNow
I am trying to redirect users to the login page (/login.do) when their account gets locked due to too many failed login attempts. I've implemented the following script in a Business Rule that triggers after a failed login:if (gr.failed_attempts > 4) ...