clusev/resources/views/livewire/help/content/en/sessions.blade.php

16 lines
936 B
PHP

@php
$h = 'font-display text-base font-semibold text-ink';
$p = 'text-sm leading-relaxed text-ink-2';
@endphp
<div class="space-y-3">
<h3 class="{{ $h }}">Sessions (Sitzungen)</h3>
<p class="{{ $p }}">Under <span class="text-ink">Settings Sessions</span> you see all active sessions of your account (device, browser, IP, last activity). You can end a single session or sign out <span class="text-ink">all others except the current one</span>.</p>
<p class="{{ $p }}">A password change automatically invalidates every other session the active session stays.</p>
</div>
<div class="space-y-3">
<h3 class="{{ $h }}">Multiple administrators</h3>
<p class="{{ $p }}">Under <span class="text-ink">Settings Users</span> you add further admin accounts. Every action is attributed to the respective user in the audit log, and you can revoke active sessions per device, per user, or globally.</p>
</div>