![]() |
Admin 2/14/2025 |
Users definitely do not need to register. Normally, when you switch from one hashing option to another you can switch to BCRYPT and tell users to reset their passwords. You can send an email to all users and you can also write down this info on the login page. In your specific case you might be able to avoid all the nuisance though.
|
B
|
bioman author 2/14/2025 |
Thanks for the information, but I'm a bit confused. I don't have plain text passwords stored in the database. Are you saying that PHPRunner will decrypt the encrypted passwords automatically if I export as csv? |
B
|
bioman author 2/14/2025 |
Nevermind, I see that now. Thanks! |
B
|
bioman author 2/15/2025 |
Thanks, that worked well! |