Login Script Trigger Actions
Login Scripts can be used to add custom functionality related to password change or user edit operations. These scripts can be triggered from 6 trigger actions:
-
After Edit User — This trigger fires after closing the Add/Edit User dialog.
-
After Login — This trigger fires after a successful login to Dashboard. AbortAction can be used to abort the login process.
-
After Logout — This trigger fires after a user is logged out of Dashboard (manually or by closing the application normally).
-
Login Override for SSO (Single Sign-On) — This trigger action runs project scripts (only!) prior to displaying the login dialog. If the project script sets SSO_Override true, the user is logged in according to the other SSO Variables.
-
None (Inactive) — Any scripts with this trigger action are never run.
-
Password Change — This trigger fires after a user changes their own password or a System Administrator changes it for them in Profile Manager. AbortAction can be used to cancel the password change.