Files
fedora-infra_ansible/roles/ipsilon/files/openid_banner.patch
Michal Konecny 6cbcc82f53 [ipsilon] Add OpenID banner
This will add OpenID banner to ipsilon instance that is set as OpenID only.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-10-03 13:24:55 +02:00

16 lines
732 B
Diff

--- layout.html 2025-10-03 10:54:25.879128022 +0000
+++ layout.html 2025-10-03 10:56:46.554758341 +0000
@@ -21,6 +21,12 @@
{%- endif %}
</head>
<body>
+ <div class="alert-danger">
+ <h1 align="center">
+ You are using OpenID to authenticate. This authentication method will go away on 1st May 2026. Please consider migrating to OpenID Connect.
+ For more info look at https://pagure.io/fedora-infrastructure/issue/10241
+ </h1>
+ </div>
<div class="navbar navbar-light masthead">
<div class="container justify-content-between">
<img alt="logo" src="{{ basepath }}/ui/res/FedoraAccounts.png" height=40px />