Parcourir la source

is password reset enalbed default value to false

ryoji-s il y a 3 ans
Parent
commit
00be31123d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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',