Ignore:
Timestamp:
3 Apr 2012, 20:40:17 (13 years ago)
Author:
Henrik Bettermann
Message:

Define two different application modes: create and update. The latter expects existing (imported) application records. The ApplicantRegistrationPage? renders different form fields and creates or updates application records depending on the selected mode.

The update registration mode is not yet secure enough. Further security features will be added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregister.pt

    r7811 r8033  
    1616    </tbody>
    1717  </table>
    18   <p i18n:translate="">
     18  <p i18n:translate="" tal:condition="python: context.mode=='create'">
    1919    An account will be created for you and an email with your login
     20    credentials will be sent to the address provided.
     21  </p>
     22  <p i18n:translate="" tal:condition="python: context.mode=='update'">
     23    Your application record will be looked up and an email with your login
    2024    credentials will be sent to the address provided.
    2125  </p>
Note: See TracChangeset for help on using the changeset viewer.