Automated rules (for example VPN on the Secure wire channel) set a durable suspension on the user record. Use Enable outbound block to apply the same hold manually when policy is broken on wires or invoice-funded outbound. Use Restore outbound access to lift the hold. This is not session-based: clearing browser data does not remove the block.
Platform-wide switches for the Secure wire channel. When a rule is off, that check is skipped on wire submit (durable outbound holds and granular wire blocks still apply). Use Next-session bypass per user below to allow one signed-in session outside policy — it activates on their next magic-link sign-in and ends when they sign out.
{{ $errors->first('wire_security') }}
@endif{{ $errors->first('capability') }}
@endif| User | Outbound status | Actions |
|---|---|---|
|
{{ $gu->email }} {{ $gu->name }} |
@if($gu->outbound_security_suspended)
Blocked
{{ str_replace('_', ' ', (string) ($gu->outbound_security_reason ?? '')) }} · {{ $gu->outbound_security_suspended_at?->timezone(config('app.timezone'))->toDayDateTimeString() ?? '—' }} @else Active @endif |
@if($gu->outbound_security_suspended) @else @endif |
| No users in scope. | ||
Queue a one-time bypass for the user's next signed-in session (after their next magic-link sign-in). Select which wire checks to skip. Durable outbound suspension and granular wire blocks are not bypassed.
| User | Pending bypass | Grant / revoke |
|---|---|---|
|
{{ $gu->email }} {{ $gu->name }} |
@if($pending)
Queued for next sign-in
Skips: {{ implode(', ', $pendingScopes) }} @else None @endif |
@if($pending) @else @endif |
| No users in scope. | ||
Independent of the outbound suspension above: pause specific rails for a profile. Wire — Secure wire channel. Invoices — approve, pay from mandate, operational payment requests. Withdraw earnings — mandate to linked reserve. Linked reserve top-up — add earnings to linked reserve. Uncheck all and save to clear blocks for that row.
| User | Wire | Invoices | Withdraw | Top-up | Actions |
|---|---|---|---|---|---|
|
{{ $gu->email }} {{ $gu->name }} |
|||||
| No users in scope. | |||||