Ignore:
Timestamp:
2 Jun 2015, 12:15:52 (9 years ago)
Author:
Henrik Bettermann
Message:

More docs.

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  
    6464class ManageStudent(grok.Permission):
    6565    """The ManageStudent permission allows to edit the data.
    66     This permission is meant for clearance officers.
     66    This permission is meant for students officers.
    6767    """
    6868    grok.name('waeup.manageStudent')
     
    7070class ClearStudent(grok.Permission):
    7171    """The ClearStudent permission is needed to clear students
    72     or to reject clearance. This permission is meant for course advisers.
     72    or to reject clearance. This permission is meant for clearance officers.
    7373    """
    7474    grok.name('waeup.clearStudent')
  • main/waeup.kofa/trunk/src/waeup/kofa/students/student.py

    r12971 r13026  
    7171        """Set a temporary password (LDAP-compatible) SSHA encoded for
    7272        officers.
    73 
    7473        """
    7574        passwordmanager = getUtility(IPasswordManager, 'SSHA')
Note: See TracChangeset for help on using the changeset viewer.