Anyway to retrieve lost password?

5 posts by 3 authors in: Forums > CMS Builder
Last Post: February 3, 2011   (RSS)

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!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Anyway to retrieve lost password?

By fairbanks - February 3, 2011

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.
Attachments:

accountlist(mycode).php 2K

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.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Anyway to retrieve lost password?

By fairbanks - February 3, 2011

Moving it to the top did the trick!

Your the man Dave Thanks!