- Timestamp:
- 24 Aug 2015, 11:38:49 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/prefillcontainer.pt
r13218 r13220 2 2 i18n:domain="waeup.kofa" enctype="multipart/form-data" 3 3 autocomplete="off"> 4 5 4 <br /> 6 5 <p i18n:translate="prefill"> 6 <strong>Technical Note:</strong> An application in create mode can be 7 performed with an empty container. Each time an applicant registers, 8 a new record is being created and a corresponding user account 9 set up. Since each single account creation causes a significant 10 growth of Kofa's database, it is strongly recommended to pre-fill 11 applicants containers with empty application records. This is done 12 in a single transaction and does thus save database volume when 13 application is running. 14 </p> 15 <br /> 7 16 <label i18n:translate=""> 8 17 Pre-fill '<span tal:replace="context/code">CODE</span>' container with -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/purgecontainer.pt
r13218 r13220 2 2 i18n:domain="waeup.kofa" enctype="multipart/form-data" 3 3 autocomplete="off"> 4 4 <br /> 5 <p i18n:translate="purge"> 6 <strong>Technical Note:</strong> During application, many records 7 are being initialized but not used. For various resons, many 8 applicants do create one or more application records with 9 corresponding user accounts but fail to log in. These records 10 remain in state 'initialized' and are never turned to state 11 'started'. After a while, these records can be safely removed. 12 <br /><br /> 13 <strong>Attention:</strong> When purging an applicants container, also 14 all unused pre-filled application records are being removed. 15 If necessary, the container must be pre-filled with empty 16 records again. 17 </p> 18 <br /> 5 19 <div tal:condition="view/availableActions"> 6 20 <input tal:repeat="action view/actions"
Note: See TracChangeset for help on using the changeset viewer.