From ae6239fd81780cb4fcbe617eb509a53b04f5bf04 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 10 Feb 2022 16:42:58 +0100 Subject: [PATCH] copr-fe: use the 'gssapi-login' link name --- roles/copr/frontend/templates/copr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index b46e13489c..c6c2d9ff84 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -58,7 +58,7 @@ SEND_EMAILS = True KRB5_LOGIN = { 'FEDORAPROJECT': { 'URI': "fedoraproject", - 'log_text': "krb5-login", + 'log_text': "gssapi-login", 'email_domain': "fedoraproject.org", } }