Gallery2 uses md5, only salted. I don't think there is any way to 'un'salt it. I had a similar issue with bringing gallery users to phpbb2 before integrating to avoid collision errors.
If you bring users into gallery2 with the embed create user hook, it will take care of the password for you.
caldas
Joined: 2006-03-09
Posts: 2
Posted: Fri, 2006-03-10 02:15
I´am cathing the password digited by user in phpbb registration anda making a manual insert in the wordpress and gallery database.
With the password digited by user .. what i have to do to put this password in gallery2 format ?
valiant
Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-03-10 08:00
what do you mean with "digited" ?
if you have the cleartext password, you can specify it in
GalleryEmbed::createUser and in ::upgradeUser.
btw: we plan to allow emApps to define the hashing method. but not in the very near future.
Posts: 32
Gallery2 uses md5, only salted. I don't think there is any way to 'un'salt it. I had a similar issue with bringing gallery users to phpbb2 before integrating to avoid collision errors.
If you bring users into gallery2 with the embed create user hook, it will take care of the password for you.
Posts: 2
I´am cathing the password digited by user in phpbb registration anda making a manual insert in the wordpress and gallery database.
With the password digited by user .. what i have to do to put this password in gallery2 format ?
Posts: 32509
what do you mean with "digited" ?
if you have the cleartext password, you can specify it in
GalleryEmbed::createUser and in ::upgradeUser.
btw: we plan to allow emApps to define the hashing method. but not in the very near future.