Changeset 6410
- Timestamp:
- 20 Jun 2011, 00:06:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py
r6409 r6410 49 49 def __init__(self, access_code): 50 50 self.id = principal_id(access_code) 51 self.title = u' My Application'52 self.description = u'An Applica tion Record'51 self.title = u'Applicant' 52 self.description = u'An Applicant' 53 53 self.credentialsPlugin = None 54 54 self.authenticatorPlugin = None … … 68 68 if prefix is not None: 69 69 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' 72 72 self.groups = [] 73 73 self.access_code = access_code
Note: See TracChangeset for help on using the changeset viewer.