From 36dedfcbd2ba14b8dac0f7f21565a33b2408b461 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 12 Oct 2022 20:51:36 +1000 Subject: [PATCH] add disclaimer --- allianceauth/authentication/templates/authentication/tokens.html | 1 + 1 file changed, 1 insertion(+) diff --git a/allianceauth/authentication/templates/authentication/tokens.html b/allianceauth/authentication/templates/authentication/tokens.html index 5b234d00..92468e2f 100644 --- a/allianceauth/authentication/templates/authentication/tokens.html +++ b/allianceauth/authentication/templates/authentication/tokens.html @@ -25,6 +25,7 @@ {% endfor %} + {% translate "This page is a best attempt, but backups or database logs can still contain your tokens. Always revoke tokens on https://community.eveonline.com/support/third-party-applications/ where possible."|urlize %} {% endblock %}