Page 1 of 1

Removing Password

PostPosted: 29. May 2009 06:33
by allenm541
Hi,

When I first installed xampp there was no password. At some point I created one.
At http://localhost/security/xamppsecurity.php is a screen that allows me to change the password; however, it won't let me enter a blank field.

I don't want a password. I'm just testing on my home computer, and for testing purposes, it's just become an annoyance to have to enter the user name and password every time. How can I remove it completely so that I'm never prompted again, like it was when I first installed xampp?

Re: Removing Password

PostPosted: 29. May 2009 06:46
by Sharley
Remove the .htaccess file in the xampp\htdocs\xampp folder.

Remove the .htaccess file in the xampp\security\htdocs folder.

Remove the xampp.users file in the xampp\security folder.

That should do the trick.

Re: Removing Password

PostPosted: 29. May 2009 07:03
by allenm541
That did it. Thank you! :D

Re: Removing Password

PostPosted: 02. June 2009 15:59
by Nashorn
I have exactly the same problem but i have a Linux ubuntu 8.1 system!
what is the pad in linux?
I dont have a xamp directory under /opt/ but i have a lampp directory
In the directory i dont have a security folder?!
Thanks for help

Re: Removing Password

PostPosted: 03. June 2009 00:12
by Sharley
Nashorn wrote:...but i have a Linux ubuntu 8.1 system!
This is the XAMPP for Windows forum so your question would best be placed in the XAMPP for Linux forum:
viewforum.php?f=17

Re: Removing Password

PostPosted: 03. June 2009 08:08
by Nashorn
Sorry! I am new in these forum.
I have resolved the problem!
I delete the file .htaccess in htdocs
It is for me enough so the users can access the web pages without password
Thank-You everybody