[TYPO3-english] sr_feuser_register fails to enable confirmed user and set feuser group
Tony Lush
tlush at advancewm.com
Thu Feb 5 15:15:36 CET 2009
I see in the code for the registration page two items in the javascript
at the bottom of the form:
updateForm('tx-srfeuserregister-pi1-fe_users_form','FE[fe_users][usergroup]','1');
updateForm('tx-srfeuserregister-pi1-fe_users_form','FE[fe_users][disable]','1');
That is as it should be for the initial registration. How can I check
the process when the email confirmation link is clicked?
Thank you --Tony Lush
> Hello,
>
> With sr_feuser_register version 2.5.12 and TYPO3 version 4.2.1 I am
> trying to set the system so the feuser is allowed access to some content
> upon confirmation of their email address.
>
> The temporary feuser group is set properly on registration (feuser group
> 1), but when the new feuser clicks in their email to confirm their email
> address they remain disabled and their feuser group is not switched to
> number 2.
>
> The TS constants read:
> plugin.tx_srfeuserregister_pi1 {
> maxImages = 1
> formFields =
> email,password,first_name,last_name,address,city,zone,static_info_country,zip,telephone,title,company
>
> requiredFields = email,password,first_name,last_name
> pid = 2
> editPID = 9
> registerPID = 9
> enableEmailConfirmation = 1
> userGroupUponRegistration = 1
> userGroupAfterConfirmation = 2
> enableAutoLoginOnConfirmation = 1
> useShortUrls = 1
> email = my email
> useEmailAsUsername = 1
> siteName = Domain Name
> }
>
> The TS Setup reads
> plugin.tx_srfeuserregister_pi1.autoLoginRedirect_url =
> http://domain.name/index.php?id=11
>
> included static are static_info_tables and FE User Registration CSS-styled
>
> Has anyone a suggestion?
>
> Thank you -- Tony Lush
More information about the TYPO3-english
mailing list