UI login attempts fail with "Login failed. Please try again" |
Root cause 1: This is a local account and it does not exist (case sensitive) To confirm: Login with a system user into the UI, click on Administration > Users. If the account list not listed in this page, the root cause is confirmed Solution: Add the missing user:
$TIDEWAY/bin/tw_adduser --groups=discovery,admin John
Root cause 2: This is a local account and it is not active (blocked or disabled or locked) To confirm: Open an ssh session (tideway) and execute "tw_listusers --filter <user>". If the status is "USER_STATE_BLOCKED" or "USER_STATE_DISABLED" or "USER_STATE_LOCKED", the root cause is confirmed. Solution: Execute the following command line: "tw_upduser --active <user>"
Root cause 3: This is a local account and the password is incorrect (case sensitive, keyboard issues, password lost/changed) To confirm: Open an ssh session (tideway) and execute "tw_query -u <user> -p <passwordInClear> 'search Host'". If it fails while the root causes above are eliminated, the root cause 3 is confirmed. Solution: Reset the password with this procedure or this command line
Root cause 4: This is an LDAP account and the LDAP integration does not work To confirm:
Root cause 5: This is an SSO account and the SSO integration does not work To confirm: Bypasss the RSSO/HSSO login banner, login as a local user like system and review Administration > SSO |