| View previous topic :: View next topic |
| Author |
Message |
surfish
Joined: 12 Apr 2004
Posts: 17
|
| Posted: Tue May 25, 2004 2:35 pm Post subject: Lost My Password for CP |
|
|
| Is there any way to retrieve it? Do I have to reinstall? Will I lose my HTDOCS in the process? |
|
| Back to top |
|
kolatracks
Joined: 07 Jul 2003
Posts: 313
Location: UK
|
| Posted: Tue May 25, 2004 8:19 pm Post subject: |
|
|
You've changed the default password, right?
Silly question really, you must have.
Anyway, to get you password all you need do is look at one of the plain text files that contains your password.
The easiest would be the slimftpd.conf file which is in [installdir]\ftp\slimftpd.conf
Look near the bottom for
Code: <User "root">
Password "triadpass"
Mount / C:\apache2triad\htdocs\
Allow / All
</User>
An just see what the password is set as. |
|
| Back to top |
|
Trayton
Joined: 28 May 2004
Posts: 12
|
| Posted: Fri May 28, 2004 6:29 pm Post subject: AHHHH! |
|
|
| I did exactly that and I still can't get into the apache2cp. Anyone know another way to find your password, or to change it after you already have? |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Fri May 28, 2004 11:24 pm Post subject: |
|
|
| first of all see the error logs to make sure there is no server problem |
|
| Back to top |
|
door33
Joined: 28 May 2004
Posts: 67
Location: US
|
| Posted: Fri May 28, 2004 11:54 pm Post subject: |
|
|
ok first open up the .htpasswd file its located htdocs folder you should know which one it is then you should see something like this
Code: root:$apr1$V4/.....$5fGd4J.e.XlSSOzYuYQoC.
now change it to something like this
Code: root:newpass
then log in as root password newpass then change it you should be in. |
|
| Back to top |
|
| |