From ed5a57042a2cafa5a8bb7b0e753181f05dc4c2d8 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 6 Nov 2019 14:28:49 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20windows=E8=B7=B3=E8=BF=87=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E8=BE=93=E5=85=A5=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jumpserver/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jumpserver/conf.py b/apps/jumpserver/conf.py index b76dac415..f7f35c215 100644 --- a/apps/jumpserver/conf.py +++ b/apps/jumpserver/conf.py @@ -395,7 +395,7 @@ defaults = { 'FLOWER_URL': "127.0.0.1:5555", 'DEFAULT_ORG_SHOW_ALL_USERS': True, 'PERIOD_TASK_ENABLED': True, - 'WINDOWS_SKIP_ALL_MANUAL_PASSWORD': True, + 'WINDOWS_SKIP_ALL_MANUAL_PASSWORD': False, }