using php to create a joomla user password?
Posted
by SoulieBaby
on Stack Overflow
See other posts from Stack Overflow
or by SoulieBaby
Published on 2010-04-28T05:32:49Z
Indexed on
2010/04/28
5:43 UTC
Read the original article
Hit count: 290
Hi all, I'm trying to create a custom registration component for Joomla, and I was wondering if anyone knew how to create the correct password encryption for joomla? Joomla passwords look like this :
fbae378704687625a410223a61c66eb1:VM6DwmVWHTwpquDq51ZXjWWADCIc93MR
Which I believe are md5 (or something) and one way encryption? Am just looking for a php code of sorts to create that same encryption.
Cheers
© Stack Overflow or respective owner