Ignore:
Timestamp:
15 Nov 2005, 16:28:29 (19 years ago)
Author:
joachim
Message:

=added Faculties and Departments in install + other cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_student/eligibility.py

    r164 r173  
    4444    s_personal = context.PERSONAL.getContent()
    4545    s_personal.edit(mapping={'email': ds.get('email')})
    46     pm.setPassword(REQUEST.get("widget__pw"))
    47    
     46    #pw = REQUEST.get("widget__pw")
     47    #pm.setPassword(pw)
     48psm = 'Email hay been successfully set.'
     49#psm += 'please <a href="login_form">Login</a> with username %s and password %s' % (context.getId(),pw)
    4850return context.eligibility_form(rendered = res,
    49                                  psm = 'Password and Email have been successfully set',
     51                                 psm = psm,
    5052                                 ds = ds,
    5153                                 )
Note: See TracChangeset for help on using the changeset viewer.