Bug #36667
user data mixed up
| Status: | Resolved | Start date: | 2012-04-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 1 (View) |
Description
If several users of the same user group are logged in, the personal data of one user is displayed in the registration form
of the other user.
In another area of the website where the personal data is displayed using the srfeuserregister plugin, the data is correct so I figured
the user configuration in general is ok.
This problem occurs in both versions 0.16. and 0.18 .
History
Updated by Häni AH about 1 year ago
Is it correct that typo3 still uses the same cache for all users in one user group when generating a page ?
I disabled caching for the page with the registration form. That seems to do the job. Logged in with four test users. Each user data is correct.
Updated by Thomas Ernst 3 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Cal uses an userFunc to determine if the plugin should be cached (USER) or not (USER_INT).
This userfunc checks the view that should be displayed and disables caching if e.g. frontend editing views are requested. For the single event view, which register4cal attaches to, caching is active and this causes the problem.
register4cal now has an own userFunc and TypoScript setup to determine if the cal plugin should be cached. It additionally disables caching for the single event view.