Author |
Message |
jjohall2000

Joined: 08 Jun 2006
Posts: 11
|
Posted:
Sat Jul 08, 2006 10:24 pm |
  |
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 |
|
|
  |
 |
Vlad Alexa Mancini
lead developer

Joined: 07 Jul 2003
Posts: 1539
|
Posted:
Sat Jul 29, 2006 10:28 am |
  |
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 |
|
|
  |
 |
jjohall2000

Joined: 08 Jun 2006
Posts: 11
|
Posted:
Sat Jul 29, 2006 7:10 pm |
  |
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 |
|
|
  |
 |
Vlad Alexa Mancini
lead developer

Joined: 07 Jul 2003
Posts: 1539
|
Posted:
Sun Jul 30, 2006 6:23 am |
  |
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 |
|
|
  |
 |
jjohall2000

Joined: 08 Jun 2006
Posts: 11
|
Posted:
Sun Jul 30, 2006 2:19 pm |
  |
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". |
|
|
  |
 |
Vlad Alexa Mancini
lead developer

Joined: 07 Jul 2003
Posts: 1539
|
Posted:
Mon Jul 31, 2006 7:41 am |
  |
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 |
|
|
|
  |
 |
jjohall2000

Joined: 08 Jun 2006
Posts: 11
|
Posted:
Tue Aug 01, 2006 4:51 pm |
  |
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. |
|
|
  |
 |
Joshua Meadows (DemoRic)
support

Joined: 29 Dec 2004
Posts: 783
Location: S.E. Kansas
|
Posted:
Thu Aug 03, 2006 11:56 pm |
  |
|
    |
 |
|