When enabled, users must enter their T-Pin with their password. Users without a T-Pin are forced to create one after login, then logged out.
When enabled, Draw / Upload / Use on file require a valid T-Pin on every signature action. Does not replace password or 2FA.
| When | Actor | Event | Details |
|---|---|---|---|
| {{ $log->created_at?->format('Y-m-d H:i') }} | {{ $log->actor?->name ?? ('#'.$log->actor_user_id) }} | {{ $log->event }} | @if(is_array($log->meta)) {{ \Illuminate\Support\Str::limit(json_encode($log->meta), 120) }} @endif |