Versions Compared

Key

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

...

To enable support for these passwords edit the /config/blesta.php configuration file within your Blesta installation and change

Code Block
languagephp
title/config/blesta.php
Configure::set("Blesta.auth_legacy_passwords",

...

 false);

To:

Code Block
languagephp
title/config/blesta.php
Configure::set("Blesta.auth_legacy_passwords",

...

 true);

Then save the file. After a sufficient amount of time has passed, you may change this setting back.

...