Changeset 7592 for main/waeup.sirp/trunk/src/waeup/sirp/students
- Timestamp:
- 6 Feb 2012, 16:58:55 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/__init__.py
r7159 r7592 18 18 'StudentStudyCourse', 19 19 'StudentPaymentsContainer', 20 'StudentAccommodation' 20 'StudentAccommodation', 21 21 'StudentPrincipalRoleManager', 22 22 ] -
main/waeup.sirp/trunk/src/waeup/sirp/students/authentication.py
r7364 r7592 176 176 SessionCredentialsPlugin): 177 177 """A session credentials plugin that handles the case of a user 178 178 changing his/her own password. 179 179 180 180 When users change their own password they might find themselves
Note: See TracChangeset for help on using the changeset viewer.