feat: reset login attempts for a user with "alter user login"
Loading
We need another way to unlock users who exceeded max login attempts. Now in addition to restarting the instance this can be done with granting session to user (e.g alter user USER with login
in sql)
feat: make alter and revoke privilege operations idempotent
test: enable test_sql_alter_login