Ignore:
Timestamp:
30 Nov 2011, 23:13:26 (13 years ago)
Author:
Henrik Bettermann
Message:

Rebuild applicants package (1st part). Applicants now have an applicant_id and a password and can use the regular login page to enter the portal.

Add user_type attribute to SIRPPrincipal objects.

Add some permissions in students package.

Some tests are still missing and will be re-added soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/__init__.py

    r7159 r7240  
    33# Make this a package.
    44from waeup.sirp.applicants.applicant import (
    5     ResultEntry, Applicant, ApplicantFactory, ApplicantImageStoreHandler,
    6     get_regno_or_ac, ApplicantImageNameChooser,
     5    Applicant, ApplicantFactory, ApplicantImageStoreHandler,
     6    ApplicantImageNameChooser,
    77    )
    88from waeup.sirp.applicants.container import ApplicantsContainer
     
    1414
    1515__all__ = [
    16     'ResultEntry',
    1716    'Applicant',
    1817    'ApplicantFactory',
Note: See TracChangeset for help on using the changeset viewer.