Switch to side-by-side view
--- a/Allura/allura/lib/plugin.py +++ b/Allura/allura/lib/plugin.py @@ -529,7 +529,7 @@ # clear the RoleCache for the user so this project will # be picked up by user.my_projects() - g.credentials.clear_user(user._id) + g.credentials.clear_user(user._id, '*') with h.push_config(c, project=p, user=user): ThreadLocalORMSession.flush_all() # have to add user to context, since this may occur inside auth code