I have to migrate one project from CI to Laravel. This project uses Ion Auth by Ben Edmunds (http://benedmunds.com/ion_auth/). The question is whether there is possible to preserve old user passwords (so the old users do not have to recover their passwords). In the config file of Ion Auth there is set sha1 as the hash method
$config['hash_method'] = 'sha1';