Fixed
Project:
ConReg
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2026 at 20:47 UTC
Updated:
2 May 2026 at 13:22 UTC
Jump to comment: Most recent
Currently the registration form is cached. It sets the "max-age" to 0 for logged in users, but in some cases the cached form is getting displayed before it gets to that.
Add 'contexts' => ['user'] to the #cache section. This will ensure that caching takes place per user, so no user will see a cached form for another user.
Update caching context.
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
lostcarpark commentedAdded user context and released alpha4.
Comment #5
lostcarpark commented