From cf575aabc683945024113142179d966ff1179f5c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jul 19 2021 16:08:45 +0000 Subject: remove message about 60 day key length Commit bea040cb26204780334f570797d31ba5dd0dd143 made key expirations user-configurable. Remove the message that describes keys expiring in 60 days. --- diff --git a/pagure/templates/settings_api_keys.html b/pagure/templates/settings_api_keys.html index 6c68b77..4323f51 100644 --- a/pagure/templates/settings_api_keys.html +++ b/pagure/templates/settings_api_keys.html @@ -37,9 +37,6 @@ admins of this repository.

- These keys are valid for 60 days. -

-

These keys are private to your project, make sure to store in a safe place and do not share it.

diff --git a/pagure/templates/user_settings.html b/pagure/templates/user_settings.html index 03fd668..d68b541 100644 --- a/pagure/templates/user_settings.html +++ b/pagure/templates/user_settings.html @@ -154,9 +154,6 @@ These are your personal tokens; they are not visible to others.

- These keys are valid for 60 days. -

-

These keys are private, make sure to store in a safe place and do not share it.