rwatler     2005/01/14 22:10:57

  Modified:    portal/src/webapp/WEB-INF/pages my-account.psml
  Log:
  hide page from root folder sibling page navigations: access directly via 
profiling rule or security login portlet
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/my-account.psml
  
  Index: my-account.psml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/my-account.psml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- my-account.psml   25 Nov 2004 02:25:58 -0000      1.2
  +++ my-account.psml   15 Jan 2005 06:10:57 -0000      1.3
  @@ -1 +1 @@
  -<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<page id="my-account">
  <defaults
     skin="orange"
     layout-decorator="tigris"
     portlet-decorator="tigris"
  />
  <title>My Account</title>
  <fragment id="cpwd-1" type="layout" name="jetspeed::VelocityTwoColumns">
    <fragment id="cpwd-2" type="portlet" name="security::ChangePasswordPortlet">
      <property layout="TwoColumns" name="row" value="0" />
      <property layout="TwoColumns" name="column" value="0" />
    </fragment>
  </fragment>
  <!-- allow all users to view 
       TODO: restrict to logged on users only (but how?)
  -->
  <security-constraints>
    <security-constraint>
      <users>guest</users>
    </security-constraint>
    <security-constraint>
      <users>*</users>
      <permissions>view</permissions>
    </security-constraint>
  </security-constraints>
</page>
  \ No newline at end of file
  +<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<page id="my-account" hidden="true">
  <defaults
     skin="orange"
     layout-decorator="tigris"
     portlet-decorator="tigris"
  />
  <title>My Account</title>
  <fragment id="cpwd-1" type="layout" name="jetspeed::VelocityTwoColumns">
    <fragment id="cpwd-2" type="portlet" name="security::ChangePasswordPortlet">
      <property layout="TwoColumns" name="row" value="0" />
      <property layout="TwoColumns" name="column" value="0" />
    </fragment>
  </fragment>
  <!-- allow all users to view 
       TODO: restrict to logged on users only (but how?)
  -->
  <security-constraints>
    <security-constraint>
      <users>guest</users>
    </security-constraint>
    <security-constraint>
      <users>*</users>
      <permissions>view</permissions>
    </security-constraint>
  </security-constraints>
</page>

  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to