mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-25 06:42:49 +00:00
perf: Remove account_deleted, password_error, no_admin_account others risk
This commit is contained in:
@@ -142,15 +142,11 @@ class Migration(migrations.Migration):
|
||||
("groups_changed", "Groups change"),
|
||||
("sudoers_changed", "Sudo changed"),
|
||||
("authorized_keys_changed", "Authorized keys changed"),
|
||||
("account_deleted", "Account delete"),
|
||||
("password_expired", "Password expired"),
|
||||
("long_time_password", "Long time no change"),
|
||||
("weak_password", "Weak password"),
|
||||
("leaked_password", "Leaked password"),
|
||||
("repeated_password", "Repeated password"),
|
||||
("password_error", "Password error"),
|
||||
("no_admin_account", "No admin account"),
|
||||
("others", "Others"),
|
||||
],
|
||||
max_length=128,
|
||||
verbose_name="Risk",
|
||||
|
Reference in New Issue
Block a user