mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 03:09:34 +00:00
perf: add delete account action (#15059)
This commit is contained in:
@@ -139,6 +139,7 @@ class Migration(migrations.Migration):
|
||||
choices=[
|
||||
("long_time_no_login", "Long time no login"),
|
||||
("new_found", "New found"),
|
||||
("account_deleted", "Account deleted"),
|
||||
("groups_changed", "Groups change"),
|
||||
("sudoers_changed", "Sudo changed"),
|
||||
("authorized_keys_changed", "Authorized keys changed"),
|
||||
|
Reference in New Issue
Block a user