diff options
Diffstat (limited to 'pages/home.inc')
-rw-r--r-- | pages/home.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/home.inc b/pages/home.inc index 6e2c073..8ea2879 100644 --- a/pages/home.inc +++ b/pages/home.inc @@ -184,7 +184,7 @@ function members() { global $isLoggedIn; global $isLowerLoggedIn; global $app; ? <?php if (isset($_COOKIE["PEH2_SESSION_TOKEN"]) && $_COOKIE["PEH2_SESSION_TOKEN"] !== "" && !$isLoggedIn && !$isLowerLoggedIn): ?> <div class="alert alert-warning" style="margin-top:20px;"> - <b>You were previously logged in to Cold Haze, </b>however you have been logged out due to inactivity, due to your device being removed, or due to switching to a new authentication system. Please log in again. <a href="https://bugs.equestria.dev/issue/CH-56/Better-session-security" target="_blank">Learn more.</a> + <b>You were previously logged in to Cold Haze, </b>however you have been logged out due to inactivity, due to your device being removed, or due to switching to a new authentication system (such as the v3). Please log in again. <a href="https://bugs.equestria.dev/issue/CH-56/Better-session-security" target="_blank">Learn more.</a> </div> <?php endif; ?> |