- Timestamp:
- 5 Jan 2007, 18:26:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/set_access_data.py
r1202 r1207 1 ##parameters=REQUEST,matric_no 1 ##parameters=REQUEST,matric_no=None 2 2 # $Id$ 3 3 """ … … 11 11 validate = REQUEST.has_key("cpsdocument_edit_button") 12 12 13 if matric_no is None: 14 logger.info('"No Matricel Nr"') 15 return REQUEST.RESPONSE.redirect("%s" % context.portal_url()) 13 16 lt = context.portal_layouts 14 17 #pr = context.portal_registration … … 43 46 psm = "You did not check the ackkowledge box!" 44 47 else: 48 password = REQUEST.get('widget__password') 45 49 try: 46 password = REQUEST.get('widget__password')47 50 context.waeup_tool.makeStudentMember(sid,password=password) 48 51 psm = ''
Note: See TracChangeset for help on using the changeset viewer.