Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • AbsolutelyN 85 posts 433 karma points
    Nov 15, 2022 @ 16:24
    AbsolutelyN
    0

    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)

  • AbsolutelyN 85 posts 433 karma points
    Nov 15, 2022 @ 19:55
    AbsolutelyN
    0

    As far as I can tell the answer is:

    services.Configure<DataProtectionTokenProviderOptions>(opt =>
                                    opt.TokenLifespan = TimeSpan.FromDays(3));
    
Please Sign in or register to post replies

Write your reply to:

Draft