Author: channa
Date: Mon Jan 28 04:22:55 2008
New Revision: 13071

Log:

Updated document and added images.

Added:
   trunk/mashup/java/xdocs/images/Delete_User.png   (contents, props changed)
   trunk/mashup/java/xdocs/images/Edit_User.png   (contents, props changed)
   trunk/mashup/java/xdocs/images/Reset_Password.png   (contents, props changed)
   trunk/mashup/java/xdocs/images/Self_Registration.png   (contents, props 
changed)
   trunk/mashup/java/xdocs/images/User_Profile.png   (contents, props changed)
   trunk/mashup/java/xdocs/images/deleted_user_icon.png   (contents, props 
changed)
Modified:
   trunk/mashup/java/xdocs/usermanagement.html

Added: trunk/mashup/java/xdocs/images/Delete_User.png
==============================================================================
Binary file. No diff available.

Added: trunk/mashup/java/xdocs/images/Edit_User.png
==============================================================================
Binary file. No diff available.

Added: trunk/mashup/java/xdocs/images/Reset_Password.png
==============================================================================
Binary file. No diff available.

Added: trunk/mashup/java/xdocs/images/Self_Registration.png
==============================================================================
Binary file. No diff available.

Added: trunk/mashup/java/xdocs/images/User_Profile.png
==============================================================================
Binary file. No diff available.

Added: trunk/mashup/java/xdocs/images/deleted_user_icon.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 04:22:55 2008
@@ -11,10 +11,18 @@
 </h1>
 This document introduces the user management features of the WSO2
 Mashup Server:
-<h2>Setting Up The First User</h2>
-<br>
-<h3>Using the Browser</h3>
+<h2><br>
+</h2>
+<h1>Administrator Actions</h1>
+The first part of this document describes the user management functions
+that must be performed by an administrative user. Please refer to the
+'User Actions' section below, for <br>
+management options that do not require admin privileges.<br>
 <br>
+<h2>Setting Up The First User<br>
+</h2>
+<h3>Using the Browser<br>
+</h3>
 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>
@@ -24,13 +32,13 @@
 <br>
 The user name password and confirmation password fields are mandatory,
 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,
+password recovery is not possible <br>
+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
@@ -62,7 +70,8 @@
 <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
+parameters to be completed in the <br>
+web.xml page, to complete the self
 registration setup.<br>
 <br>
 <img style="width: 1010px; height: 610px;" alt="Self registration on"
@@ -83,12 +92,83 @@
 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>
+The page displayed will allow you to create a user with privileges to
+create or modify their own mashups, comment on or rate other peoples
+mashups and perform other basic <br>
+user functions.<br>
+<br>
 <img style="width: 1003px; height: 568px;" alt="Add User"
  src="images/Add_User.png"><br>
+<br>
 <ul>
 </ul>
 <h3>Edit User</h3>
+The 'Edit User' image link displays the bage below, where an
+administrator can change a registered users profile including the
+password. Please note that if password modification <br>
+is not required, the 'password' field should be allowed to remain empty.<br>
+<br>
+<img style="width: 1002px; height: 561px;" alt="Edit User"
+ src="images/Edit_User.png"><br>
 <h3>Delete User</h3>
+The 'Delete User' image link displays the page below. If the 'Purge
+User Data' checkbox is not clicked, the delete button will simply
+disable the user's login. Disabled users will be <br>
+highlighted in the 'Manage Users' page and clicking on this 'Reactivate
+User' icon will re-enable the user to login.<br>
+<br>
+<img style="width: 81px; height: 31px;" alt="Deleted_User"
+ src="images/deleted_user_icon.png"><br>
+<br>
+If the <span style="font-weight: bold;">'Purge User Data'</span>
+checkbox is selected on deletion, the user's <span
+ style="font-weight: bold;">mashups</span> and <span
+ style="font-weight: bold;">comments </span>will be deleted along with
+the user profile. <span style="font-weight: bold;">Please note that
+this action <br>
+is not reversible.</span><br>
+<br>
+<img style="width: 1004px; height: 564px;" alt="Delete User"
+ src="images/Delete_User.png"><br>
+<br>
+<h1>User Actions</h1>
+<h2>Self Registration</h2>
+Once the administrator has enabled the registration of internet guests,
+a user can register himself or herself with a simple e-mail
+verification. The 'Sign up' link on the page <br>
+header takes a guest to the page below, which allows a new user to
+enter a valid user ID, full name, e-mail ID and password and request
+registration. Alternatively, an <br>
+infocard can be used to furnish the name and e-mail ID, simplifying the
+registration process.<br>
+<br>
+When this information is submitted, the user is requested to complete
+the registration process by clicking on a verfication link sent to the
+specified e-mail ID.<br>
+<br>
+<img style="width: 1001px; height: 558px;" alt="Self Registration"
+ src="images/Self_Registration.png"><br>
+<br>
+<h2>Forgotten Password</h2>
+If a user requres a password reset, the 'Forgot Password?' link on the
+'Sign-in' page will take him or her to the 'Reset Password' page, where
+they can furnish their user <br>
+and e-mail ID combination and request a new password. An automatically
+generated password will be e-mailed to them.<br>
+<br>
+<img style="width: 1010px; height: 564px;" alt="Reset Password"
+ src="images/Reset_Password.png"><br>
+<br>
+<h2>Profile Management</h2>
+<br>
+The 'Profile' page can be accessed by clicking on the profile link in
+the home page or the user name on the 'Signed in as ...' tab. Here a
+user can change their personal <br>
+information and associate an Infocard with their user ID using the
+'Register your Infocard' link.<br>
+<br>
+<img style="width: 1002px; height: 768px;" alt="Profile"
+ src="images/User_Profile.png"><br>
 <br>
 </div>
 <p>&copy; WSO2 Inc.</p>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to