DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Installing the extension

  1. Install the required extensions:
  2. static_info_tables
  3. oelib
  4. mkforms
  5. If you would like to have additional fields like gender or employment status, install the extension sf_register or sr_feuser_register. It is not necessary to actually place the FE plug-in on a page; the extension just needs to be installed.
  6. If you would like to use the checkbox “Receive e-mails as HTML”, the extension direct_mail needs to be installed.
  7. Install this extension.
  8. Remove the contents of the typo3temp/llxml/ and typo3conf/l10n/*/onetimeaccount/ directories (if they exist).
  9. In your TS template, include this static template before the onetimeaccount static template:: MKFORMS - Basics (mkforms)
  10. If your site does not use jQuery by default, also include the following static template:: MKFORMS JQuery-JS (mkforms)
  11. Include the onetimeaccount static template after the MKForms templates.
  12. Create a system folder where the FE user accounts will be stored.
  13. On a page, create a new content element. From the wizard, select One- time FE account creator .
  14. Set the plug-in access to “hide at login” (or set the page access to “hide at login”).
  15. Optional: In the plug-in flexforms, select the fields which should be displayed. If you don’t select any fields, a default set of fields will be used. Note (especially concerning the Seminar Manager ): There are three fields for the name: the full name, the first name and the last name. Please check either the full name (this is recommended if you use this extension for the Seminar Manager extension) or both the first name and the last name, but not all three.Note: There are two country fields: the country name as localized clear text and the ISO 3166 alpha2 code. Both will appear as drop-down boxes in the front end and will look the same to the user. Please select only one (or none), but not both fields.
  16. Select the system folder where the FE user accounts will be stored.
  17. Select the FE user groups to which the new FE user records will be assigned.
  18. Optional: If you like, you can use a custom HTML template. If you don’t choose anything here, the default HTML will be used.
  19. If you’re using all three extensions seminars , onetimeaccount and cal_ts_service , the extension seminarscalredirect might be useful for you.