Versions Compared

Key

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


Excerpt
hiddentrue

Making changes to config files that can impact the behavior of Blesta.


Table of Contents
Table of Contents
maxLevel5
minLevel2
outlinetrue
classtoc

/config/blesta.php

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);

When users reset their password, the following message is returned regardless if there was a match on the username:

A confirmation email has been sent to the address on record.

Changing the value of the above setting from true to false will result in a different message when there is no match on the username.

That username is not recognized or the password is not capable of being reset.