mforan Posted January 15, 2008 Share Posted January 15, 2008 not sure how to go about this one, i want to make it so wen users signup to my game they automatically get signed up to the phpbb forum. using the password generated by the game.... as phpbb passwords are encrypted in the database, does anyone know how to get around this, or is there a way to disable the encryption, obviously id prefer not too thou :/ Link to comment https://forums.phpfreaks.com/topic/86216-solved-phpbb-forums-and-there-password-encryption/ Share on other sites More sharing options...
revraz Posted January 15, 2008 Share Posted January 15, 2008 Use the same hash they use. Link to comment https://forums.phpfreaks.com/topic/86216-solved-phpbb-forums-and-there-password-encryption/#findComment-440379 Share on other sites More sharing options...
p2grace Posted January 15, 2008 Share Posted January 15, 2008 revraz is right, just so you know, phpbb uses md5 to encrypt their passwords. Link to comment https://forums.phpfreaks.com/topic/86216-solved-phpbb-forums-and-there-password-encryption/#findComment-440383 Share on other sites More sharing options...
mforan Posted January 15, 2008 Author Share Posted January 15, 2008 ahh i see now, thanks guys Link to comment https://forums.phpfreaks.com/topic/86216-solved-phpbb-forums-and-there-password-encryption/#findComment-440416 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.