Link the phishing page from the section people look in

Reported: "I cannot find that under Sicherheit on the website." Fair — the
page was linked from the site footer, from every mail footer and from under
the sign-in form, and none of those is where somebody goes when the thought
"is this really them?" occurs. They go to the section called Sicherheit.

It is now the last thing in that section, as its own card: what the page is
for, in one line, and where it leads.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
feature/betriebsmodus v1.3.18
nexxo 2026-07-29 16:30:29 +02:00
parent 73313c4d4c
commit 49b0328f4a
2 changed files with 12 additions and 1 deletions

View File

@ -1 +1 @@
1.3.17
1.3.18

View File

@ -359,6 +359,17 @@
</div>
@endforeach
</div>
{{-- The other half of "Sicherheit", and the half somebody looks for after
they have already clicked something. It was only in the footer, in the
mail footers and under the sign-in form none of which is where a
person goes when they think "is this really them?". They go to the
section called Sicherheit. --}}
<a href="{{ route('security') }}" class="rv mt-6 flex flex-wrap items-center gap-x-3 gap-y-1 rounded-xl border border-line bg-surface px-6 py-5 shadow-xs transition-colors hover:border-accent-border">
<x-ui.icon name="shield-check" class="size-5 shrink-0 text-accent-text" />
<b class="font-semibold text-ink">Echte Adressen erkennen</b>
<span class="text-sm text-muted">Welche Domains uns gehören und was zu tun ist, wenn Sie Ihr Passwort woanders eingegeben haben.</span>
<x-ui.icon name="external-link" class="ml-auto size-4 shrink-0 text-muted" />
</a>
</section>
{{-- ════ The objection ══════════════════════════════════════════════════ --}}