04-17-2017, 08:59 AM
05-11-2017, 02:40 AM
If you want to do something similar you will have to keep the old passwords for old users, so when a user that registered when the system used md5 you will have to check if the new password field is empty (if so and he logs in) migrate the password to the new system. As you will not be able to reverse md5 passwords.
Another option is that you keep using md5 and add the sha1 hash to it, so you would be using both systems.
You will have to edit login.php and register.php files.
Another option is that you keep using md5 and add the sha1 hash to it, so you would be using both systems.
You will have to edit login.php and register.php files.