Author: channa Date: Mon Jan 28 03:24:27 2008 New Revision: 13057 Log:
Updating document and images. Added: trunk/mashup/java/xdocs/images/Add_User.png (contents, props changed) trunk/mashup/java/xdocs/images/Manage_Users.png (contents, props changed) trunk/mashup/java/xdocs/images/admin_tasks.png (contents, props changed) trunk/mashup/java/xdocs/images/self_reg_on.png (contents, props changed) Modified: trunk/mashup/java/xdocs/usermanagement.html Added: trunk/mashup/java/xdocs/images/Add_User.png ============================================================================== Binary file. No diff available. Added: trunk/mashup/java/xdocs/images/Manage_Users.png ============================================================================== Binary file. No diff available. Added: trunk/mashup/java/xdocs/images/admin_tasks.png ============================================================================== Binary file. No diff available. Added: trunk/mashup/java/xdocs/images/self_reg_on.png ============================================================================== Binary file. No diff available. Modified: trunk/mashup/java/xdocs/usermanagement.html ============================================================================== --- trunk/mashup/java/xdocs/usermanagement.html (original) +++ trunk/mashup/java/xdocs/usermanagement.html Mon Jan 28 03:24:27 2008 @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content=""> - <title>Welcome to the WSO2 Mashup Server</title> + <title>User Management</title> <link href="styles.css" rel="stylesheet" type="text/css" media="all"> </head> <body> @@ -11,10 +11,10 @@ </h1> This document introduces the user management features of the WSO2 Mashup Server: -<ul> -</ul> -<h2>Setting Up The First User<br> -</h2> +<h2>Setting Up The First User</h2> +<br> +<h3>Using the Browser</h3> +<br> On starting up the server and accessing the website on localhost, the provisioning page is displayed. This is where the primary or administrative user should be created.<br> @@ -23,19 +23,68 @@ src="images/provisioning.png" href="images%5Cprovisioning.png"> <br> <br> The user name password and confirmation password fields are mandatory, -but you are also strongly advised to enter a <br> +but you are also strongly advised to enter a valid e-mail ID as +password recovery is not possible without this. You may of course, +update this information later on, with user profile management features +described below.<br> +<br> +Keeping the 'Sign me in now' checkbox clicked will log you in +automatically, immediately after creating your administrator profile.<br> +<br> +<h3>Using a Configuration File</h3> +When a Browser is not available on the local system, you can use the +following parameters in the server.xml file of the mashup server, to +perform the administrator account creation.<br> +<ul> + <li>Change the 'CreatePrimary' parameter to 'true'</li> + <li>Specify the administrator account and password using the +PrimaryUser and PrimaryPassword parameters.<br> + </li> +</ul> + <PrimaryUserConfig><br> + <!--Set CreatePrimary to +'true' to activate option--><br> + +<CreatePrimary>true</CreatePrimary><br> + +<PrimaryUser>admin</PrimaryUser><br> + +<PrimaryPassword>admin</PrimaryPassword><br> + </PrimaryUserConfig><br> <br> <h2>Setting Up Self Registration</h2> <br> +The primary or administrative user can enable self resigtration of +guests by clicking on the 'Allow Internet Guests' link in the +'Administrative tasks' pane.<br> +<img style="width: 260px; height: 137px;" alt="Admin tasks pane" + src="images/admin_tasks.png"><br> +<br> +You will be shown a page which confirms that self registration has been +enabled. This page will also provide details on the configuration +parameters to be completed in the web.xml page, to complete the self +registration setup.<br> +<br> +<img style="width: 1010px; height: 610px;" alt="Self registration on" + src="images/self_reg_on.png"><br> +<br> +Note that the link in the administrative tasks pane is a toggle and +will now display the link to 'Disallow Internet Guests'.<br> <br> <h2>Managing Users<br> </h2> <br> +All user management functions require admin privileges and are provided +from the 'Manage Users' page.<br> <br> -The user management functions are:<br> +<img style="width: 997px; height: 403px;" alt="Manage Users" + src="images/Manage_Users.png"><br> +<h3>Add User</h3> +Users can be added via the 'Add User' link in the administrative tasks +pane in addition to the link in the 'Manage Users' page.<br> <br> -<h3>Add User<br> -</h3> +<img style="width: 1003px; height: 568px;" alt="Add User" + src="images/Add_User.png"><br> <ul> </ul> <h3>Edit User</h3> _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
