[TYPO3-german] sr_feuser_register und AdminReview ohne E-Mail

Tim Zech tizech at gmail.com
Fri Jun 9 10:42:22 CEST 2006


Hallo,

ich möchte mit sr_feuser_register auch Benutzer freischalten können,
die keine E-Mail-Adresse haben und sich so folglich nicht bestätigen
müssen, dass Sie diesen Account anlegen möchten.

Problem dabei, die Administration bekommt nur eine E-Mail, dass ein
Account angelegt wurde, aber nicht den Freischaltlink oder den Link
zum Ablehnen der Registrierung.

Hier mein TS:

plugin.tx_srfeuserregister_pi1 {
		formFields = username, password, gender, first_name, last_name,
address, city, zone, zip, email, telephone, fax, comments
		requiredFields = username,password,first_name,last_name,comments
		
		enableAdminReview = 1

		enableEmailConfirmation = 0
		enableAdminNotifyConfirmation = 0

		enableEmailOnApprove = 0
		enableAdminNotifyOnApprove = 1

		enableEmailOnRefuse = 0

		enableEmailOnUpdate = 0

		enableAdminNotifyOnAdminAccept = 0
		enableAdminNotifyOnAdminRefuse = 0
	}

Ist es eine Einstellungssache oder muss ich via Hook od.
Quelltextmodifikation ran?

Vielen Dank schonmal.

Gruß
Tim


More information about the TYPO3-german mailing list