10-03-2024, 12:50 AM
Hi!
Sorry for the delayed response. I'm quite swamped right now with life
The password should not be MD5 encoded in the database (that's actually a pretty big security no-no).
It's encrypted using PHP's password_hash function.
You can this page to generate a new hash, I would encourage just using a temporary placeholder and then updating it from within the FOSSBilling interface once it's reset.
https://onlinephp.io/password-hash
Sorry for the delayed response. I'm quite swamped right now with life
The password should not be MD5 encoded in the database (that's actually a pretty big security no-no).
It's encrypted using PHP's password_hash function.
You can this page to generate a new hash, I would encourage just using a temporary placeholder and then updating it from within the FOSSBilling interface once it's reset.
https://onlinephp.io/password-hash