hash - joomla password stored differently -


a joomla website came hands fix login issue new users had when attempting login.

the users registered manually in backoffice.

what noticed last months, passwords stores in data base simple md5 encryption.

now encrypted {hash}:{salt}.

i dont know happens, when users try login , script

... password = '" . md5($_post['password']) ...

runs, gives "wrong password".

i've searched couldnt find nothing helped me.

it seams changed, , understand changed , why, , how put password encryption on md5 again, cause user database in md5

thank you


Comments