Author: truong.le
Date: 2009-11-06 04:03:25 -0500 (Fri, 06 Nov 2009)
New Revision: 513
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/navigation.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/pages.xml
Log:
GTNPORTAL-136: Can't register new user in public mode in special case
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/navigation.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/navigation.xml 2009-11-06
08:59:08 UTC (rev 512)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/navigation.xml 2009-11-06
09:03:25 UTC (rev 513)
@@ -44,5 +44,12 @@
<visible>false</visible>
<page-reference>portal::@owner@::portalnavigation</page-reference>
</node>
+ <node>
+ <uri>register</uri>
+ <name>register</name>
+ <label>Register</label>
+ <visible>false</visible>
+ <page-reference>portal::@owner@::register</page-reference>
+ </node>
</page-nodes>
</node-navigation>
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/pages.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/pages.xml 2009-11-06
08:59:08 UTC (rev 512)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/pages.xml 2009-11-06
09:03:25 UTC (rev 513)
@@ -72,4 +72,20 @@
</portlet-application>
</page>
+ <page>
+ <name>register</name>
+ <title>Register</title>
+ <access-permissions>*:/platform/guests</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <portlet-application>
+ <portlet>
+ <application-ref>exoadmin</application-ref>
+ <portlet-ref>AccountPortlet</portlet-ref>
+ </portlet>
+ <title>New Account</title>
+ <access-permissions>*:/platform/guests</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+ </page>
+
</page-set>
Show replies by date