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.

Using the sr_feuser_register autologin feature

If you use sr_feuser_register with autologin, you need to set the following constants so this works:

plugin.tx_srfeuserregister_pi1 {
  enablePreviewRegister = 0
  enableAdminReview = 0
  enableEmailConfirmation = 0
}

In addition, you’ll need to edit the TEMPLATE_CREATE_SAVED subpart in the sr_feuser_register HTML template and remove this line:

<input type="hidden" name="redirect_url" value="" />