mirror of https://github.com/jumpserver/jumpserver
fix: 修改日志内容
parent
7dbaa28539
commit
2a5c635dc5
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue