Missed crypt() conversion in php8 upgrade.
Status: Beta
Brought to you by:
tsdogs
G'day,
Just an FYI.
functions useradd() and useredit() in modules/auth/default.inc.php missed the change from crypt() to password_hash() in the php8.0 upgrade.
I fixed it locally, but it prevented me creating new users or changing passwords.
Cheers!
Brad
Anonymous