Page 1 of 1

changing the admin password for the admin console

Posted: 12 Mar 2008, 20:06
by csharpjava
how can i change the password to the admin tool?

:?

Posted: 12 Mar 2008, 20:27
by Rutter
In the config.xml file in the server folder - find the entry

<!-- Adminisitrator login -->
<AdminLogin>sfs_admin</AdminLogin>
<AdminPassword>sfs_pass</AdminPassword>


Change as required.

Posted: 13 Mar 2008, 01:24
by csharpjava
Rutter wrote:In the config.xml file in the server folder - find the entry

<!-- Adminisitrator login -->
<AdminLogin>sfs_admin</AdminLogin>
<AdminPassword>sfs_pass</AdminPassword>


Change as required.


thanks