PDA

View Full Version : Request password Big problem


FReeSTER
07-15-2009, 01:36 AM
Can someone please help me fix a proble I have at my board please?

When member forget their password to loging into my forum and request a new password ye the forum will send the pass reset link by email but wrong

This is what they get


Dear user,

You have requested to reset your password on Dish911.Info because you
have forgotten your password. If you did not request this, please
ignore it. It will expire and become useless in 24 hours time.

To reset your password, please visit the following page:
/login.php?a=pwd&u=870&i=778cb9dcbc6029b8e473924b5ef1aba4006a313c

When you visit that page, your password will be reset, and the new
password will be emailed to you.

Like you see there is not the whole link and if I add what is missing in fron that will be the forums url it will not work anyway.

any Ideas please, I need this urgent since Im losisn thoudsands of members that I had before my site was hacked and lost all the data.:(

snakes1100
07-15-2009, 01:46 AM
Is your url set correctly in the admincp --> vb options --> url?

FReeSTER
07-15-2009, 01:55 AM
To be honest I dont know how I missed that but when I took a look at it I had no URL there.

Thank you so much and hopefully that will solve the problem.

snakes1100
07-15-2009, 01:57 AM
ur welcome.

FReeSTER
07-15-2009, 12:56 PM
the problem I have now is it will double put the forum link in the url for sample

www.ftaforall.info/www.ftaforall.info/forums/index.php

Link14716
07-15-2009, 01:05 PM
Make sure you included http:// at the start of the URL setting. If you don't, it parses it as a relative URL and you get issues like that.

--------------- Added 1247666962 at 1247666962 ---------------

Also, I just went to your site. On your navbar, your "Home" link was trying to send me to "http://www.ftaforall.info/s=690ee5d9f7e28..." which is obviously broken. Take $session[sessionurl] off of that URL in your template.

EDIT: Nice, vB is stripping out the problem with the URL. Shortened it and added dots to keep the meaning in tact.

FReeSTER
07-15-2009, 04:38 PM
Make sure you included http:// at the start of the URL setting. If you don't, it parses it as a relative URL and you get issues like that.

--------------- Added 1247666962 at 1247666962 ---------------

Also, I just went to your site. On your navbar, your "Home" link was trying to send me to "http://www.ftaforall.info/s=690ee5d9f7e28..." which is obviously broken. Take $session[sessionurl] off of that URL in your template.

EDIT: Nice, vB is stripping out the problem with the URL. Shortened it and added dots to keep the meaning in tact.

Thank you so much mate.


Thread SOLVED