Skip to content

feat: reset login attempts for a user with "alter user login"

Егор Ивков requested to merge alter-user-login into master

Summary

  • feat: reset login attempts for a user with "alter user login"

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


Edited by Егор Ивков

Merge request reports