Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Does anyone know how to change how long the link in the backoffice invites remains valid for?
I can't find any documentation on it - or even how long the links actually last for. I'm assuming 24 hours.
Any thoughts much appreciated!
(Umbraco 10)
As far as I can tell the answer is:
services.Configure<DataProtectionTokenProviderOptions>(opt => opt.TokenLifespan = TimeSpan.FromDays(3));
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Backoffice invites - how do you change how long they are valid for?
Does anyone know how to change how long the link in the backoffice invites remains valid for?
I can't find any documentation on it - or even how long the links actually last for. I'm assuming 24 hours.
Any thoughts much appreciated!
(Umbraco 10)
As far as I can tell the answer is:
is working on a reply...