Author Topic: did not enter an admin password  (Read 1568 times)

jodyb

  • Posts: 8
    • View Profile
did not enter an admin password
« on: September 18, 2006, 08:17:12 pm »
i just installed the latest version (1.87)
i am going thru the set up process and got to installing DB tables, when i clicked thru to Config Menu, it asked my for my admin pass on a login screen.  i entered the DB pass and it isn't working, but i have yet to set up the admin pass.  how do i find this info?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
did not enter an admin password
« Reply #1 on: September 18, 2006, 08:43:54 pm »
The sequence of events you describe are a bit strange.  ie. How did you click through to the Config page if you are just beginning the install and have not yet set up the  tables?

If you made it past setting up the tables but then had a problem or logged out and are now instructed to login and didn't set up an admin password you can login with the password "install".

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

jodyb

  • Posts: 8
    • View Profile
did not enter an admin password
« Reply #2 on: September 18, 2006, 09:02:04 pm »
i did install the tables, that was the last point i made it to.
when i clicked on config menu, i got redirected to a login page asking me for an admin pass.
i tried using install and it said incorrect pass.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
did not enter an admin password
« Reply #3 on: September 19, 2006, 12:18:59 am »
The following code can be saved to a .php file, uploaded to your ListMail folder and browsed to to obtain your administrator password.
Code: [Select]
<?php// show admin password from ListMailinclude("./config.php");include("./admin.php");echo "retrieving password.. ";list($pw)=mysql_fetch_row(mysql_query("select admpw from $ctable where 1"));if($pw) echo "your password is <b>$pw</b><br>";else echo "<b>  could not read config!</b><br>";?>

You could also use PhpMyAdmin to locate the lm_config table, hit 'browse' and view the admpw field.

If you continue to have troubles I'd like to take a look to see if it's a bug, if you don't mind.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

jodyb

  • Posts: 8
    • View Profile
did not enter an admin password
« Reply #4 on: September 19, 2006, 08:12:27 am »
i tried the code you sent - last night it said retreiving password and it was blank, i than tried the pass as "install" and it didn't work
today i tried and it says "retrieving password.. could not read config!"

i sent you my info

thanks  :)