Parcourir la source

fix config variable name from password to pass

CauseFX il y a 5 ans
Parent
commit
0ad17942e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

@@ -454,7 +454,7 @@ return array(
 	'organizrFeatureRequestLink' => true,
 	'breezometerToken' => 'd95ab607392d4fa5bf64bb26a5cb2a06',
 	'customForgotPasswordText' => '',
-	'disableRecoverPassword' => false,
+	'disableRecoverPass' => false,
 	'expandCategoriesByDefault' => false,
 	'ignoredNewsIds' => array(),
 	'homepageTraktEnabled' => false,