diff --git a/src/Umbraco.Web/Security/AppBuilderExtensions.cs b/src/Umbraco.Web/Security/AppBuilderExtensions.cs index 6865bd696b..3f129f941d 100644 --- a/src/Umbraco.Web/Security/AppBuilderExtensions.cs +++ b/src/Umbraco.Web/Security/AppBuilderExtensions.cs @@ -154,7 +154,7 @@ namespace Umbraco.Web.Security // change a password or add an external login to your account. OnValidateIdentity = UmbracoSecurityStampValidator .OnValidateIdentity( - TimeSpan.FromMinutes(3), + TimeSpan.FromMinutes(30), (signInManager, manager, user) => signInManager.CreateUserIdentityAsync(user), identity => identity.GetUserId()),