Changeset 15610 for main/waeup.kofa/trunk/docs
- Timestamp:
- 26 Sep 2019, 11:39:09 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/students/browser.rst
r15416 r15610 15 15 the student credentials, have to logout from their own account and 16 16 manually login as student via the regular login page. After 10 17 minutes the officer is automatically thrown out and the student is 18 able to login again (if the officer hasn't changed the password). 19 Attention: When logging in as student, the officer really 20 impersonates the student. All actions are logged with the student id 21 and not with the officer's user id. However, start of student 22 impersonation is also logged, so that officers can be identified and 23 fraudulent use can be discovered. 17 minutes (default value) the officer is automatically thrown out and 18 the student is able to login again (if the officer hasn't changed 19 the password). Attention: When logging in as student, the officer 20 really impersonates the student. All actions are logged with the 21 student id and not with the officer's user id. However, start of 22 student impersonation is also logged, so that officers can be 23 identified and fraudulent use can be discovered. 24 25 26 .. _parents_access: 27 28 Parents Access 29 ============== 30 31 Parents may gain access to monitor study progress and view all 32 payments made by their children. They won't be able to edit data, 33 register courses or make payments. Prerequisite for getting access 34 is that they have a valid email address and that this address has 35 been entered by the student into the parents' email address field. 36 If so, parents can request a password on the 37 :py:class:`RequestParentsPasswordPage<waeup.kofa.students.browser.RequestParentsPasswordPage>`. 38 The student record will be looked up and temporary login 39 credentials will be sent to the parents' email address. If they 40 click on the confirmation (mandate) link in this email, the 41 temporary password will be activated so that they can login. Access 42 will be granted for 10 minutes (default value). Parents don't have 43 their own account in Kofa. They are logging into the student's 44 account instead. The student's password is inactive during this 45 period. After 10 minutes parents are automatically thrown out and 46 the student is able to login again with the original password. 24 47 25 48
Note: See TracChangeset for help on using the changeset viewer.