[Typo3] sr_feuser_register 1.4.0 and Typo3 3.8.0: User data cannot be changed

Oliver Klee typo3-german-01 at oliverklee.de
Fri May 27 11:37:10 CEST 2005


Hi again,

Oliver Klee wrote:
> I've recently upgraded to Typo3 3.8.0 and sr_feuser_register 1.4.0. Now
> the extension behaves in a strange way which I can't recall to have seen
> before:

I've been able to find the culprit. The following setup code had caused
the problem (I just wonder why):

plugin.tx_srfeuserregister_pi1 {
	create.evalValues {
		tx_seminars_phone_mobile = atMost[25]
		tx_seminars_matriculation_number = atMost[10]
		tx_seminars_planned_degree = atMost[25]
		tx_seminars_semester = atMost[3]
		tx_seminars_subject = atMost[50]
	}
	edit < .create
}

Cheers


Oliver



More information about the TYPO3-english mailing list