Hi,
We are having an issue logging in the user ‘sysadmin’. Credentials are correct as it is an auto filled. We tried changing or resetting the password manually, but it is not working. Additionally, we also tried to change the password in the DB itself but for some reason it is also not working. This also applies to all sample users that we are using for testing.
UPDATE LOGIN
SET
PASSWORD = <Generated 256SHA>,
FIRST_TIME_LOGIN = ‘N’,
AUTH_FAIL_COUNT = 0,
CHALLENGE_RESPONSE_FAIL_COUNT = 0,
OTP_FAIL_COUNT = 0,
LOCK_MARKER = ‘NOT_LOCKED’,
IS_ACTIVE = ‘Y’,
STATUS = NULL,
PWD_CHANGE_COUNT = 0
WHERE LOWERCASE_LOGIN = ‘sysadmin’ AND MANAGED_SYS_ID = ‘0’;