Tom Witherington

Results 6 comments of Tom Witherington

Also experiencing this issue. It doesn't appear to be cookie expiration. I'll see if I can debug, but any thoughts would be appreciated!

The only thing that I can see at the moment that might be this: https://github.com/Offroadcode/Umbraco-2FA/blob/master/Umbraco2FA/Umbraco/Fortress/Startup/FortressOwinStartup.cs#L66 ``` app.UseTwoFactorSignInCookie(global::Umbraco.Core.Constants.Security.BackOfficeTwoFactorAuthenticationType, TimeSpan.FromMinutes(5)); ``` will try adjusting the 5 minute cookie timeout

@reense nope, afraid not. haven't spent a huge amount of time on it though. will hopefully be able to find a bit more time next week.

@reense I just realised that there's mean to be an umbraco2FA admin section, but when I assign it to the administrators group, it causes the back office to fall over....

@cssquirrel Hi Kyle. Have you experienced this issue at all?

Cheers Pete, appreciate it. Would be a great addition to U7, and hopefully will be rolled into U8!