Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The config file at /config/blesta.php is the primary config file for Blesta, and includes database details as well as options that you may wish to change. Below is a common list of options that you may wish to change.

Blesta.default_password_reset_value


Code Block
languagephp
// Default password reset value. Set to true for improved security, false for more accurate error reporting
Configure::set('Blesta.default_password_reset_value', true);

...