PDA

View Full Version : Recovery Password Problem: no email send


Danyx69
03-10-2010, 08:05 PM
Hi all,

I was on phpbb3 and i make the convert to vBulletin 3.8.4 patch level 2 .
Everything is ok but the 'recovery password' doesnt work .

I mean that i make 'recovery password', i put my email there and forum says that i will receive an email ... etc .
But i never receive that email, and nobody does

I try in myphpadmin with:

UPDATE user
SET password='1234567'
WHERE usergroupid='2'And message confirm that i change the password for 4,221 users:

4221 row(s) affected. ( Query took 0.0160 sec )But no account have that 'changed password' (1234567) .

What is happend? What is the problem? Why my email doesnt work?
Is not from the webhosting, because i had vbulletin two months ago and everything wortks fine, and on phpbb3 to .. but now what should be the problem? Anyone ?

Kind Regards, Dany

Marco van Herwaarden
03-11-2010, 09:35 AM
Start by checking the email by running diagnostics from the AdminCP. I doubt vB is not sending hte mails, more likely that either wour mailserver does not sent them or they end up in a spam folder at the client.

Passwords are not stored in plain text in the database.