Ignore:
Timestamp:
31 Oct 2015, 06:25:49 (9 years ago)
Author:
Henrik Bettermann
Message:

Provide login credentials if student has already been created.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r13363 r13365  
    13681368            if applicant.state in (CREATED):
    13691369                self.created = True
     1370                self.student_id = applicant.student_id
     1371                self.password = applicant.application_number
    13701372            if applicant.state in (NOT_ADMITTED,):
    13711373                self.not_admitted = True
Note: See TracChangeset for help on using the changeset viewer.