{{-- "Which addresses are really ours, and what to do if you fell for one that was not." A public page rather than a paragraph buried in the portal: somebody who has just typed their password into a copy of our sign-in form is not signed in anywhere, and the page they need has to be reachable without an account. It is linked from every mail footer, from the sign-in form and from the site footer — the three places a person is when the question comes up. The domain list is derived from configuration, never typed. A stale list here would tell a customer that a phishing domain is one of ours. --}}

{{ __('security.eyebrow') }}

{{ __('security.title') }}

{{ __('security.lead') }}

{{-- ── The addresses ────────────────────────────────────────────────── --}}

{{ __('security.domains_title') }}

{{ __('security.domains_body') }}

@foreach (App\Support\OfficialDomains::registrable() as $domain => $role)
{{ $domain }} {{ __('security.domain_'.$role) }}
@endforeach

{{ __('security.domains_rule') }}

{{ __('security.hosts_title') }}

    @foreach (App\Support\OfficialDomains::hosts() as $entry)
  • {{ $entry['host'] }} {{ __('security.host_'.$entry['what']) }}
  • @endforeach
{{-- ── What we never do ─────────────────────────────────────────────── --}}

{{ __('security.never_title') }}

@foreach (['password', 'card', 'remote', 'urgency'] as $never)

{{ __('security.never_'.$never) }}

@endforeach
{{-- ── What to do ───────────────────────────────────────────────────── --}}

{{ __('security.compromised_title') }}

{{ __('security.compromised_lead') }}

    @foreach (['change', 'sessions', 'others', 'tell'] as $i => $step)
  1. {{ $i + 1 }}
    {{ __('security.step_'.$step) }}

    {{ __('security.step_'.$step.'_body') }}

    @if ($step === 'change') {{ __('security.step_change_action') }} @endif
  2. @endforeach

{{ __('security.tell_us') }}

office@clupilot.com