-
Bharathy Satish authored
For a user account whose password is expired, the user must set password before running any queries. But instead when GRANT/ALTER user statement is executed for that user the password expired flag is set to false in memory, which is incorrect and causes the user to run any queries without even setting the password. This patch fixed this issue.
Bharathy Satish authoredFor a user account whose password is expired, the user must set password before running any queries. But instead when GRANT/ALTER user statement is executed for that user the password expired flag is set to false in memory, which is incorrect and causes the user to run any queries without even setting the password. This patch fixed this issue.
Loading