Changeset 13099 for main/waeup.kofa/trunk/docs
- Timestamp:
- 24 Jun 2015, 10:46:58 (9 years ago)
- Location:
- main/waeup.kofa/trunk/docs/source/userdocs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/applicants/browser.rst
r13078 r13099 1 .. _applicant s_browser:1 .. _applicant_registration: 2 2 3 Browsing the Applicants Section :sup:`in progress` 4 ================================================== 3 Registration 4 ============ 5 6 The `ApplicantRegistrationPage` allows two register in create or in 7 update mode, depending on the 8 :ref:`mode of its context<application_mode>`, i.e. the applicants 9 container. 10 11 In create mode, `firstname`, `middlename`, `lastname`, `email` and 12 `phone` are requested. A new record is being created. 13 14 In update mode, only `reg_number`, `lastname` and `email` have to be 15 entered. Kofa searches for an applicant record with matching 16 registration number and lowercased lastname. If the search does not 17 yield a result, the flash message: 'No application record found' is 18 returned. The anonymous user will not know, if the registration 19 number does not exist, or the provided lastname does not match. A 20 third ``if`` statement checks whether the password has already been 21 set and used, i.e. the the application has already been started. If 22 so, the anonymous user is being requested to proceed to the login 23 page. 24 25 In both registration modes a randomly generated password is set and 26 the email address is saved. An email with login credentials is sent 27 to this address. Finally, the browser is redirected to a landing 28 page. Depending on the portals configuration, the landing page tells 29 the user that an email has been send to her/his mailbox, or even 30 discloses additionally the login credentials. The disclosure of 31 credentials has two substantial drawbacks: (1) The login credentials 32 can be misused by web crawlers for bulk account creation, which may 33 cause the system to crash. (2) The email address provided by the 34 user is not being verified and there is no guarantee that the 35 address belongs to the user or that a mailbox with such an address 36 exists. Therefore, we strongly recommend to only send credentials to 37 email addresses. 38 39 40 .. _applicant_payment_tickets: 41 42 Payment 43 ======= 44 45 46 47 .. _creating_students: 48 49 Creating Student Records 50 ======================== 51 -
main/waeup.kofa/trunk/docs/source/userdocs/applicants/interfaces.rst
r13088 r13099 61 61 into 'General Studies 2015/2016'. Consequently, **applicants cannot 62 62 be moved from one container to another.** 63 64 .. _application_mode: 63 65 64 66 The application mode is either ``create`` or ``update``. In create -
main/waeup.kofa/trunk/docs/source/userdocs/applicants/workflow.rst
r13098 r13099 52 52 **(c)**. Submitted records can be either sent back for editing and 53 53 resubmission **(-c)**, accepted with admission confirmed **(d)** or 54 accepted with admission refused **(e)**. Only applica tionrecords54 accepted with admission refused **(e)**. Only applicant records 55 55 with confirmed admission into the university can be transormed into 56 56 student records. This final and **irreversible step** is accompanied … … 63 63 =================== 64 64 65 All transitions are automatically logged in applicants.log and the applicant's history. And also the import of workflow states is recorded in the logfile and the history, see :ref:`student_history` for further information. This is a sample history of an applicant which passes through the application process without any complications:: 65 All transitions are automatically logged in applicants.log and the 66 applicant's history. And also the import of workflow states is 67 recorded in the logfile and the history, see :ref:`student_history` 68 for further information. This is a sample history of an applicant 69 which passes through the application process without any 70 complications:: 66 71 67 72 2015-06-23 08:56:23 UTC - Application initialized by Anonymous … … 72 77 2015-06-23 09:02:36 UTC - Student record created (K1000003) by Benny Goodman 73 78 74 Benny Goodman is the name of an applications manager. If the workflow state is set by import, the following message would 79 Benny Goodman is the name of an applications manager. If the 80 workflow state is set by him by import, the following message would 75 81 have been added instead:: 76 82 -
main/waeup.kofa/trunk/docs/source/userdocs/students/browser.rst
r13086 r13099 131 131 132 132 133 .. _ payment_tickets:133 .. _student_payment_tickets: 134 134 135 135 Payments
Note: See TracChangeset for help on using the changeset viewer.