mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
fix: 修改日志内容
This commit is contained in:
@@ -11,7 +11,7 @@ def migrate_cas_setting(apps, schema_editor):
|
|||||||
try:
|
try:
|
||||||
value = json.loads(obj.value)
|
value = json.loads(obj.value)
|
||||||
except Exception:
|
except Exception:
|
||||||
print("Invalid telnet regex setting, skip")
|
print("Invalid CAS_RENAME_ATTRIBUTES setting, skip")
|
||||||
return
|
return
|
||||||
|
|
||||||
if value.pop('uid', None):
|
if value.pop('uid', None):
|
||||||
|
Reference in New Issue
Block a user