Actions
Bug #6152
closedApplication::MyUser cache needs to reset after login
Description
If you call MyUser before login it caches the results. Then immediately after login (e.g. acting on onAfterUserLoginSuccess) you call MyUser again you get a guest user object (why is guest user even caching??). running resetCache after login on MyUser seams to resolve it.
Actions