Browse Source

is password reset enalbed default value to false

ryoji-s 3 years ago
parent
commit
00be31123d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/server/service/config-loader.ts

+ 1 - 1
packages/app/src/server/service/config-loader.ts

@@ -368,7 +368,7 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
     ns:      'crowi',
     key:     'security:passport-local:isPasswordResetEnabled',
     type:    ValueType.BOOLEAN,
-    default: true,
+    default: false,
   },
   LOCAL_STRATEGY_EMAIL_AUTHENTICATION_ENABLED: {
     ns:      'crowi',