Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added password field length note

...

Info
titlePHP 5.5 Required

In order for legacy passwords to work, you must be running PHP 5.5 or greater on your server.

Note
titlePassword Length

Password stored in Clientexec exceed the 64 character size of the users.password field in the Blesta database. In order to import passwords from Clientexec, update users.password to something like VARCHAR(255)


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.

...