Author: taylor
Date: Tue Feb 27 14:08:22 2007
New Revision: 512441
URL: http://svn.apache.org/viewvc?view=rev&rev=512441
Log:
more documentation, information about user accounts
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/welcome.html
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html?view=diff&rev=512441&r1=512440&r2=512441
==============================================================================
---
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html
(original)
+++
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/about.html
Tue Feb 27 14:08:22 2007
@@ -11,6 +11,7 @@
<li>New and Improved Administrative and Security Portlets</li>
<li>XML Schemas for PSML, jetspeed-portlet.xml, and Jetspeed XML (seed
data)</li>
<li>Installation choice of either Demo Portal or Minimal Starter Portal</li>
+<li>New Jetspeed Tutorial</li>
<li>Maven-2 Build as well as Maven-1</li>
<li>Remote Portal Application Deployer - deploy portlet applications from
remote locations on the Web</li>
<li>Improved Customizers, Portal and Desktop Customizers, drag and drop moving
of portlets, nested fragment customization</li>
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/welcome.html
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/welcome.html?view=diff&rev=512441&r1=512440&r2=512441
==============================================================================
---
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/welcome.html
(original)
+++
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/view/info/welcome.html
Tue Feb 27 14:08:22 2007
@@ -23,5 +23,68 @@
<li><a href="http://portals.apache.org/" target='_blank'>Apache
Portals</a></li>
<li><a href="http://portals.apache.org/bridges/" target='_blank'>Apache
Portals Bridges</a></li>
<li><a href="http://www.apache.org/" target='_blank'>Apache Software
Foundation</a></li>
+<li><a href='http://portals.apache.org/tutorials/jetspeed-2/'
target='_blank'>Jetspeed Tutorial</a></li>
</ul>
</p>
+<h3>Logging on<h3>
+<p>If you installed with the <b>Minimal</b> installer, two test accounts are
available:</p>
+<table>
+<tr>
+<th>User</th>
+<th>Password</th>
+<th>Description</th>
+</tr>
+<tr>
+<td>admin</td>
+<td>admin</td>
+<td>System administrator, super user</td>
+</tr>
+<tr>
+<td>devmgr</td>
+<td>devmgr</td>
+<td>Delegated security manager, can manage users with the "dev" (developer)
role</td>
+</tr>
+</table>
+<p>If you installed with the <b>Full Demo</b> installer, test accounts are
available:</p>
+<table>
+<tr>
+<th>User</th>
+<th>Password</th>
+<th>Description</th>
+</tr>
+<tr>
+<td>admin</td>
+<td>admin</td>
+<td>System administrator, super user</td>
+</tr>
+<tr>
+<td>manager</td>
+<td>manager</td>
+<td>Has system administration rights, but not super user</td>
+</tr>
+<tr>
+<td>user</td>
+<td>user</td>
+<td>A sample user demonstrating with with a home page, as well as pages
discovered by both menu-regex profiling and security enabled menu location
resolution</td>
+</tr>
+<tr>
+<td>tomcat</td>
+<td>tomcat</td>
+<td>A sample user demonstrating a user without a home page</td>
+</tr>
+<tr>
+<td>jetspeed</td>
+<td>jetspeed</td>
+<td>A sample user demonstrating discovery of pages by both group and role
fallback profiling algorithms</td>
+</tr>
+<tr>
+<td>subsite</td>
+<td>subsite</td>
+<td>Example of how to setup users with a primary subsite role fallback
profiling rules</td>
+</tr>
+<tr>
+<td>subsite2</td>
+<td>subsite2</td>
+<td>Example of how to setup users with a secondary subsite role fallback
profiling rules</td>
+</tr>
+</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]