From a1fe771a7d04ee66cc39dddf9aae26f85b67f62c Mon Sep 17 00:00:00 2001
From: Lukas Reschke
Date: Tue, 22 Jun 2021 19:23:26 +0200
Subject: Make security warning stand out more
The security warning is currently being ignored by too many users as it's part of the text and not visually distinct.
Ref #26944
Signed-off-by: Lukas Reschke
---
core/templates/loginflow/authpicker.php | 4 ++--
core/templates/loginflowv2/authpicker.php | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'core')
diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php
index edcc5565d16..70bdfec7e08 100644
--- a/core/templates/loginflow/authpicker.php
+++ b/core/templates/loginflow/authpicker.php
@@ -36,8 +36,8 @@ $urlGenerator = $_['urlGenerator'];
])) ?>
-
- t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
+
+ t('Security warning: If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
diff --git a/core/templates/loginflowv2/authpicker.php b/core/templates/loginflowv2/authpicker.php
index a32787f22b8..01f31f5f52b 100644
--- a/core/templates/loginflowv2/authpicker.php
+++ b/core/templates/loginflowv2/authpicker.php
@@ -35,8 +35,8 @@ $urlGenerator = $_['urlGenerator'];
])) ?>
-
- t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
+
+ t('Security warning: If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
--
cgit v1.2.3