[TYPO3-german] sr_feuser_register und Internet Explorer

David Bender db at davidbender.de
Mon Feb 13 12:28:16 CET 2006


hallo,

ich habe mehrere Fragen zur Extension sr_feuser_register (Version 
2.2.1). (mit Typo3 3.8.1)

1.
Seit ich die Extension auf die CSS-Version umgestellt habe funktioniert 
leider die Accountanmeldung mit dem Internet Explorer (PC, Version 6) 
nicht mehr. Nach dem versuchten Absenden der Daten erscheint die 
Vorschau. Beim Absenden aus dem Vorschaufenster heraus lande ich aber 
leider wieder im Formular...ohne Fehlermeldung oder ähnliches.

In Firefox (PC und MAC) oder Safari habe ich dieses Problem nicht. Dort 
funktioniert die Anmeldung einwandfrei, alle Mails werden versendet und 
die Bestätigungen bei Aufruf des Links wird korrekt angezeigt.

2.
Ich habe die Extension so konfiguriert, dass nach Bestätigung des 
Benutzers ein Admin den Account frei geben soll. Hier habe ich zwei 
weitere Probleme:

Zum einen wird die Usergruppe des Benutzers nach Bestätigung des Admins 
leider nicht auf die neue, letzte Benutzergruppe 
(userGroupAfterAcceptation) umgesetzt, zum anderen erhält der Benutzer 
bei Ablehnung seines Accountwunsches keine Mail (bei Zustimmung schon), 
obwohl enableEmailOnRefuse gesetzt ist.

Ist/Sind diese(s) Problem(e) bekannt? Oder habe ich in der Konfiguration 
einen Fehler gemacht? Das static template habe ich natürlich meinem 
Template hinzugefügt und auch das neue CSS-based-template benutze ich.

Sind diese Probleme bereits bekannt? Ich habe leider nichts gefunden und 
für diese Probleme mal gar keine Lösungsansätze.



Hier ein Teil meiner Constants zur Extension


Danke für einen Tipp,

David Bender

// ---Extension srfeuserregister--------------------------------

plugin.tx_srfeuserregister_pi1.enableEmailOnUpdate = 1
plugin.tx_srfeuserregister_pi1.enableEmailOnDelete = 1
plugin.tx_srfeuserregister_pi1.enableAdminNotifyConfirmation = 1
plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnApprove = 1
plugin.tx_srfeuserregister_pi1.enableEmailOnRefuse = 1
plugin.tx_srfeuserregister_pi1.enableEmailOnApprove = 1
plugin.tx_srfeuserregister_pi1.enablePreviewRegister = 1
plugin.tx_srfeuserregister_pi1.enablePreviewEdit = 1
plugin.tx_srfeuserregister_pi1.enableEmailConfirmation = 1
plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnRefuse = 1
plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnRegister = 1
plugin.tx_srfeuserregister_pi1.allowUserGroupSelection = 0
plugin.tx_srfeuserregister_pi1.allowUserGroupUpdate = 0
plugin.tx_srfeuserregister_pi1.allowMultipleUserGroupSelection = 1
plugin.tx_srfeuserregister_pi1.enableAutoLoginOnConfirmation = 0
plugin.tx_srfeuserregister_pi1.enableEmailAttachment = 0
plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnUpdate = 1
plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnDelete = 1
plugin.tx_srfeuserregister_pi1.enableHTMLMail = 1
plugin.tx_srfeuserregister_pi1.enableEmailOnRegister = 1
plugin.tx_srfeuserregister_pi1.useEmailAsUsername = 0
plugin.tx_srfeuserregister_pi1.forceFileDelete = 1
plugin.tx_srfeuserregister_pi1.passwordAtLeast = 5
plugin.tx_srfeuserregister_pi1.loginPID = 1051
plugin.tx_srfeuserregister_pi1.passwordAtMost = 20
plugin.tx_srfeuserregister_pi1.defaultCODE =
plugin.tx_srfeuserregister_pi1.confirmType = 0
plugin.tx_srfeuserregister_pi1.usernameAtMost = 50
plugin.tx_srfeuserregister_pi1.usernameAtLeast = 6
plugin.tx_srfeuserregister_pi1.codeLength = 8
plugin.tx_srfeuserregister_pi1.authcodeFields = uid
plugin.tx_srfeuserregister_pi1.formName = fe_users_form
plugin.tx_srfeuserregister_pi1.onChangeCountryAttribute = 
javascript:window.document.forms['fe_users_form'].submit();
plugin.tx_srfeuserregister_pi1.editPID = 1055
plugin.tx_srfeuserregister_pi1.pid = 1053
plugin.tx_srfeuserregister_pi1.pidTitleOverride =
plugin.tx_srfeuserregister_pi1.confirmPID = 1054
plugin.tx_srfeuserregister_pi1.confirmInvitationPID = 1054
plugin.tx_srfeuserregister_pi1.requiredFields = 
username,password,first_name,last_name,email
plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = 16
plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = 17
plugin.tx_srfeuserregister_pi1.enableAdminReview = 1
plugin.tx_srfeuserregister_pi1.userGroupAfterAcceptation = 18
plugin.tx_srfeuserregister_pi1.linkToPID = 0
plugin.tx_srfeuserregister_pi1.linkToPIDAddButton = 0
plugin.tx_srfeuserregister_pi1.email = info at sasasa.de
plugin.tx_srfeuserregister_pi1.formFields = username, password, gender, 
first_name, last_name, email, address, city, zip, telephone, company, 
www, disable
plugin.tx_srfeuserregister_pi1.siteName = www.domain.de
plugin.tx_srfeuserregister_pi1.registerPID = 1056
plugin.tx_srfeuserregister_pi1.enableAutoLoginOnConfirmation = 0
plugin.tx_srfeuserregister_pi1.useMd5Password = 1


// ---Extension srfeuserregister ENDE----------------------------



More information about the TYPO3-german mailing list