Anyway to retrieve lost password?
5 posts by 3 authors in: Forums > CMS Builder
Last Post: February 3, 2011 (RSS)
By _kate_ - May 4, 2008
I noticed there was no forgot password link on the login page.
My hard drive crashed where I had the password to my clients CMS stored. I am able to access the site via FTP, however I don't have my account login details (only the username, not the password). Is there anyway to retrieve it, or overwrite it and make a new admin account?
I have someone doing data recovery on my computer but I need access to the site ASAP.
Thanks!
My hard drive crashed where I had the password to my clients CMS stored. I am able to access the site via FTP, however I don't have my account login details (only the username, not the password). Is there anyway to retrieve it, or overwrite it and make a new admin account?
I have someone doing data recovery on my computer but I need access to the site ASAP.
Thanks!
Re: [AgentBristow] Anyway to retrieve lost password?
By Dave - May 4, 2008
No problem, you can use a list viewer to list information in the account database just like you can for other sections.
This post has a viewer you can download that will list all the usernames and passwords: http://www.interactivetools.com/iforum/P59379#59379
Let me know if that helps!
This post has a viewer you can download that will list all the usernames and passwords: http://www.interactivetools.com/iforum/P59379#59379
Let me know if that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] Anyway to retrieve lost password?
I've added the accountList.php file into my httpdocs folder. Before I added it I typed in my require section:
require_once "/cmsAdmin/lib/viewer_functions.php";
When I pull up my url/accountList.php it brings up a blank page.
the cmsAdmin folder is also within the httpdocs folder so I think that the path should be correct. Is there something I'm missing or something out of place?
Thanks.
require_once "/cmsAdmin/lib/viewer_functions.php";
When I pull up my url/accountList.php it brings up a blank page.
the cmsAdmin folder is also within the httpdocs folder so I think that the path should be correct. Is there something I'm missing or something out of place?
Thanks.
Re: [fairbanks] Anyway to retrieve lost password?
By Dave - February 3, 2011
Hi Fairbanks,
Try moving this line up to the top and removing the leading slash:
<?php require_once "cmsAdmin/lib/viewer_functions.php"; ?>
Let me know if that works for you.
Try moving this line up to the top and removing the leading slash:
<?php require_once "cmsAdmin/lib/viewer_functions.php"; ?>
Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] Anyway to retrieve lost password?
Moving it to the top did the trick!
Your the man Dave Thanks!
Your the man Dave Thanks!