Hallo Leute,
ich habe gestern von der 4.1.1 auf die 4.1.2 geupdated. Nun funktioniert die Frontendregistrierung nicht mehr korrekt. Der neue User wird nicht mehr korrekt den Gruppen zugewiesen, dabei habe ich am Typoscript nichts geändert. Es ist genauso wie zuvor.
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14:
| plugin.tx_srfeuserregister_pi1.confirmInvitationPID = plugin.tx_srfeuserregister_pi1.confirmType = plugin.tx_srfeuserregister_pi1.linkToPID = plugin.tx_srfeuserregister_pi1.pid = 1 plugin.tx_srfeuserregister_pi1.loginPID = 18 plugin.tx_srfeuserregister_pi1.registerPID = 19 plugin.tx_srfeuserregister_pi1.editPID = 20 plugin.tx_srfeuserregister_pi1.confirmPID = 21 plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = 2 plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = 1 |
Gruppe 2 = Standard User - NEU (unauthorisiert)
Gruppe 1 = Standard User (authorisiert)
Neue bestätigte User können sich nun nicht mehr anmelden, da Sie in keine Gruppe zugeordnet werden.
Über den Aktivierungslink werden Sie jedoch aktiviert - nur halt ohne Gruppe.
Grüße,
Daniel