[Update] windows跳过手动输入密码

pull/3420/head
ibuler 2019-11-06 14:28:49 +08:00
parent eedaaddbf5
commit ed5a57042a
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}