mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-10 02:28:33 +00:00
fix: 修改日志内容
This commit is contained in:
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
Block a user