PLOCAL Internal

Create the first Administrator

This local-only one-time setup closes permanently after the first account is created.

@if($errors->any())@endif
@csrf
has('display_name')) aria-invalid="true" aria-describedby="display-name-error" @endif>@error('display_name'){{ $message }}@enderror
has('email')) aria-invalid="true" aria-describedby="setup-email-error" @endif>@error('email'){{ $message }}@enderror
has('password')) aria-invalid="true" @endif>At least 12 characters with upper/lowercase letters, a number, and a symbol.@error('password'){{ $message }}@enderror
First account roles