Changeset 521 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 14 Sep 2006, 08:02:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/process_waeup_login.py
r519 r521 14 14 return 15 15 member_id = str(member) 16 member.setProperties(last_login_time=current,login_time=current) 16 17 student = getattr(context.students,member_id) 17 18 application = student.application 18 student.content_status_modify(workflow_action="enter_application_pin") 19 if context.portal_workflow.getInfoFor(student, 20 'review_state', 21 None) == "created": 22 student.content_status_modify(workflow_action="enter_application_pin") 19 23 da = {} 20 24 pin = request.get('pin')
Note: See TracChangeset for help on using the changeset viewer.