Commit b7905629 authored by ibuler's avatar ibuler

Merge branch 'dev'

parents 99f09709 8653630d
...@@ -227,7 +227,7 @@ def asset_edit(request): ...@@ -227,7 +227,7 @@ def asset_edit(request):
if use_default_auth: if use_default_auth:
af_save.username = '' af_save.username = ''
af_save.password = '' af_save.password = ''
af_save.port = None # af_save.port = None
else: else:
if password: if password:
password_encode = CRYPTOR.encrypt(password) password_encode = CRYPTOR.encrypt(password)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment