Author: ruwan Date: Tue Jan 27 20:17:18 2009 New Revision: 29699 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29699
Log: initial version of the user_guide Modified: trunk/esb/java/docs/xdoc/administrator_guide.xml Modified: trunk/esb/java/docs/xdoc/administrator_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/administrator_guide.xml?rev=29699&r1=29698&r2=29699&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/administrator_guide.xml (original) +++ trunk/esb/java/docs/xdoc/administrator_guide.xml Tue Jan 27 20:17:18 2009 @@ -228,35 +228,15 @@ You can change your password using the <a href="#Changing">instructions</a> given below. </p> - <!--TODO--> <p> - If you do not remember your password, click <strong>Forgot Password</strong> - to get help on retrieving your password. If you get any errors when trying + If you get any errors when trying to sign in, click <strong>Sign-in Help</strong>. A list of possible errors, their descriptions and solutions will be displayed. </p> <h3 id="Changing"> Changing Your User Name and Password </h3> - <p> - To change the username and password, modify the server.xml file in the - WSO2ESB_HOME/webapp/WEB-INF/classes/conf  folder. You can create - multiple user accounts if required as follows. - </p> - <p/> -<pre xml:space="preserve"> <ESBUsers> - <User> - <Username>admin</Username> - <Password>admin</Password> - <Description>admin</Description> - </User> - <User> - <Username>esb</Username> - <Password>esb</Password> - <Description>esb</Description> - </User> - </ESBUsers></pre> - <p/> + <!--TODO: change password and create new user--> <hr/> <h3 id="Icons"> Icons and Descriptions _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
