Changeset 13026 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 2 Jun 2015, 12:15:52 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/permissions.py
r12847 r13026 64 64 class ManageStudent(grok.Permission): 65 65 """The ManageStudent permission allows to edit the data. 66 This permission is meant for clearanceofficers.66 This permission is meant for students officers. 67 67 """ 68 68 grok.name('waeup.manageStudent') … … 70 70 class ClearStudent(grok.Permission): 71 71 """The ClearStudent permission is needed to clear students 72 or to reject clearance. This permission is meant for c ourse advisers.72 or to reject clearance. This permission is meant for clearance officers. 73 73 """ 74 74 grok.name('waeup.clearStudent') -
main/waeup.kofa/trunk/src/waeup/kofa/students/student.py
r12971 r13026 71 71 """Set a temporary password (LDAP-compatible) SSHA encoded for 72 72 officers. 73 74 73 """ 75 74 passwordmanager = getUtility(IPasswordManager, 'SSHA')
Note: See TracChangeset for help on using the changeset viewer.