Changeset 2942
- Timestamp:
- 13 Dec 2007, 10:48:44 (17 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/change_password.py
r1628 r2942 4 4 5 5 """ 6 7 return8 9 10 11 12 13 14 15 6 16 7 request = context.REQUEST -
WAeUP_SRP/fceokene/profiles/default/actions.xml
r2782 r2942 128 128 <action title="Change Password" action_id="change_password" 129 129 category="student" condition_expr="member" 130 url_expr="string:${portal_url}/change_password" visible=" False">130 url_expr="string:${portal_url}/change_password" visible="True"> 131 131 <permission>View</permission> 132 132 </action>
Note: See TracChangeset for help on using the changeset viewer.