Versions Compared

Key

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

...

Info
titleImporting can take a while

Importing your data can take several minutes or more, please be patient. When the importer has finished, it will display a green success message.

Enabling Legacy Passwords

In order for clients to log into Blesta after being imported, you must enable legacy passwords in Blesta. When a client logs in, their password will be converted automatically to a more secure hash.

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

Configure::set("Blesta.auth_legacy_passwords", false);

To:

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.

Return to complete the Final Steps.