| View previous topic :: View next topic |
| Author |
Message |
jjohall2000
Joined: 08 Jun 2006
Posts: 11
|
| Posted: Sat Jul 08, 2006 10:24 pm Post subject: new feature suggestion |
|
|
Hi,
I the Apache 2 triad cp there is a php script that changes your password, will there or have you ever though of adding a change username php script?
Many Thanx
jjohall2000 |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sat Jul 29, 2006 10:28 am Post subject: |
|
|
| that is impossible , a new user can be created in all cases but in most cases the root account needs to exist , try renaming or removing the account Adminstrator from your windows if you still do not get it |
|
| Back to top |
|
jjohall2000
Joined: 08 Jun 2006
Posts: 11
|
| Posted: Sat Jul 29, 2006 7:10 pm Post subject: |
|
|
Vlad Alexa Mancini wrote: that is impossible , a new user can be created in all cases but in most cases the root account needs to exist , try renaming or removing the account Adminstrator from your windows if you still do not get it
Ok I get your point, i was just told that i should change my ftp user name from root to some thing differant because root is the default and it would be easiery hacked. Thats how i came up with the idea.
Here is another idea. What about a script to create new users for ApachetoTriad cp.
Many thanks
jjohall2000 |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sun Jul 30, 2006 6:23 am Post subject: |
|
|
that makes no sense , you create aditional users via the program's interface yourself
for example in the case of slimftd see phpsftpd , for xmail phpxmail , for mysql phpmyadmin etc |
|
| Back to top |
|
jjohall2000
Joined: 08 Jun 2006
Posts: 11
|
| Posted: Sun Jul 30, 2006 2:19 pm Post subject: |
|
|
Vlad Alexa Mancini wrote: that makes no sense , you create aditional users via the program's interface yourself
for example in the case of slimftd see phpsftpd , for xmail phpxmail , for mysql phpmyadmin etc
Ok. I do not mean additonal user for slimftpd xmail or mysql.
i mean a script that adds/creats new users for the apache to triad control panel at the moment there is only "root". |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Mon Jul 31, 2006 7:41 am Post subject: |
|
|
jjohall2000 wrote:
i mean a script that adds/creats new users for the apache to triad control panel at the moment there is only "root".
Quote: htpasswd.exe -b apache2triadpath\htdocs\.htpasswd username password |
|
| Back to top |
|
jjohall2000
Joined: 08 Jun 2006
Posts: 11
|
| Posted: Tue Aug 01, 2006 4:51 pm Post subject: |
|
|
Vlad Alexa Mancini wrote: jjohall2000 wrote:
i mean a script that adds/creats new users for the apache to triad control panel at the moment there is only "root".
Quote: htpasswd.exe -b apache2triadpath\htdocs\.htpasswd username password
Hi,
Thanks for that i have just run that commard, i seems to have writtien to the .htpasswd file but i cannot log in with the new username and password. |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 785
Location: S.E. Kansas
|
| Posted: Thu Aug 03, 2006 11:56 pm Post subject: |
|
|
You can manually delete the entry from the .htaccess and then re-add it using the afore mentioned method.
If you would like I had created a helper script for .ht fileshttp://apache2triad.net/forums/viewtopic.php?t=4073 |
|
| Back to top |
|
| |