Ignore:
Timestamp:
20 Jun 2011, 00:06:25 (13 years ago)
Author:
uli
Message:

Roll back #6396. What point should there be in naming an Applicant principal "My Application"?

File:
1 edited

Legend:

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

    r6409 r6410  
    4949    def __init__(self, access_code):
    5050        self.id = principal_id(access_code)
    51         self.title = u'My Application'
    52         self.description = u'An Application Record'
     51        self.title = u'Applicant'
     52        self.description = u'An Applicant'
    5353        self.credentialsPlugin = None
    5454        self.authenticatorPlugin = None
     
    6868        if prefix is not None:
    6969            self.id = '%s.%s' % (prefix, self.id)
    70         self.title = u'My Application'
    71         self.description = u'An Application Record'
     70        self.title = u'Applicant'
     71        self.description = u'An applicant'
    7272        self.groups = []
    7373        self.access_code = access_code
Note: See TracChangeset for help on using the changeset viewer.