PDA

View Full Version : vB won't email passwords


Cassius
06-08-2002, 08:41 PM
Hi!

I've got a little problem with my dear vB... it doesn't email passwords when requested. It does send email notification and PM warnings, but it ignores completely the passwords requests.

Any idea on what it could be?

Thanx a lot

Logician
06-15-2002, 08:21 PM
In member.php there is part begining with:

// ############################### start email password ###############################
if ($HTTP_POST_VARS['action']=="emailpassword") {

and ending at:

// ############################### start reset password ###############################

Make sure you didnt make modifications (applied a hack) at that part. Copy paste that part from the original member.php to hacked member.php if necessary..