You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I install UmbracoIdentity into a clean Umbraco 8 installation, UmbracoContext.InPreviewMode always returns false. The reason is that Umbraco.Context.Security.CurrentUser always returns null with UmbracoIdentity installed.
Can I do something to prevent this from happening?