mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
This will add OpenID banner to ipsilon instance that is set as OpenID only. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
16 lines
732 B
Diff
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 />
|