This topic is locked

Password Retrieval

6/4/2009 12:20:46 PM
ASPRunnerPro General questions
B
Binsey author

Hi,
I have forgotten my username and password to login to the back end and update my site. I cannot trace the web designer. Does anyone know how I can retrieve the username and password? I have FTP access to the site.
Many thanks

J
Jane 6/5/2009

Hi,
if you use hardcoded username and password check generated login.php file.

If you use username and password from database you need to check database on the web server.

B
Binsey author 9/4/2009

I am using ASP Runner so I am presuming looking in login.asp. Whereabouts though?

Sergey Kornilov admin 9/4/2009

In ASPRunnerPro 6.1 look for the following:
cUserName = "username here"

cPassword = "password here"

B
Binsey author 9/4/2009

Hi,
I have no access to ASP Runner. This was the property of the web designer. Sorry.
Can I find it in my local site. I have access to it via FTP.

Sergey Kornilov admin 9/6/2009

Find login.asp on your website and search for the following code snippet:

cUserName = "username here"

cPassword = "password here"