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="" />