Default for 2FA should be true for admin plugin

This commit is contained in:
Andy Miller
2017-08-27 12:57:13 -06:00
parent 13cc9fb577
commit d67f1aebc3

View File

@@ -52,8 +52,8 @@ form:
type: toggle
label: PLUGIN_ADMIN.2FA_TITLE
help: PLUGIN_ADMIN.2FA_ENABLED_HELP
default: 0
highlight: 0
default: 1
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO