Operation Identity

Manage Operator

Update {{ $user->name }}'s identity, authorization level, and Command Center access state.

Back to Registry
@foreach ($this->authorizationLevels() as $authorizationLevel) {{ $authorizationLevel->label() }} @endforeach
@if ($this->isCurrentOperator())
Your own Authorization Level and active status are protected to prevent accidental Command Center lockout.
@endif
Disabling an operator immediately terminates their active Command Center sessions.
Save Changes
Reset operator credentials

All active sessions will be terminated. A new secure temporary password will be emailed to {{ $user->email }} and must be replaced at the next sign-in.

@error('reset')

{{ $message }}

@enderror
Reset Credentials