MN Forum
about crypt md5 password - Printable Version

+- MN Forum (http://forum.mn-shop.com)
+-- Forum: Products (http://forum.mn-shop.com/forum-products.html)
+--- Forum: Feature Request (http://forum.mn-shop.com/forum-feature-request.html)
+---- Forum: PES Pro (http://forum.mn-shop.com/forum-pes-pro.html)
+---- Thread: about crypt md5 password (/thread-about-crypt-md5-password.html)



about crypt md5 password - luisa - 04-17-2017

hello friends i need help to change crypt of password from md5 to sha1 can you help me and what files need to change ?

thanks


RE: about crypt md5 password - luisfer91 - 05-11-2017

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.


RE: about crypt md5 password - luisa - 05-24-2017

(05-11-2017, 02:40 AM)luisfer91 Wrote: Hidden content for guests

thank you brother