Administration

  • Install the extension with the extension manager
  • Install the captcha extension you want to use (sr_freecap or jw_recaptcha work out of the box)
  • install static-info-tables
  • include the static template
  • create a sysfolder to store the user data
  • create two fe_usergroups inside this sysfolder
  • BE AWARE: if you use older fe_usergroups, check the record type and set it to Tx_Extbase_Domain_Model_FrontendUserGroup, if this is missing!
  • Use the Constants Editor to configure the extension.
  • Create a page for register, insert the Plugin
    • Code is Create
    • record storage must include the sysfolder with your user data
  • create a page for edit the profile, insert the Plugin
    • limit the access to the usergroup the user gets after activation
    • Code is Edit
    • record storage must include the sysfolder with your user data
  • create a page for password change, include the Plugin
    • limit the access to the usergroup the user gets after activation
    • Code is Password
    • record storage must include the sysfolder with your user data

FAQ

  • Possible subsections: FAQ