{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.admin') @section('title') Manager User: {{ $user->username }} @endsection @section('content-header')

{{ $user->name_first }} {{ $user->name_last}}{{ $user->username }}

@endsection @section('content')

Identity

Password

Leave blank to keep this user's password the same. User will not receive any notification if password is changed.

Permissions

Setting this to 'Yes' gives a user full administrative access.

If checked, any errors thrown while revoking keys across nodes will be ignored. You should avoid this checkbox if possible as any non-revoked keys could continue to be active for up to 24 hours after this account is changed. If you are needing to revoke account permissions immediately and are facing node issues, you should check this box and then restart any nodes that failed to be updated to clear out any stored keys.

Associated Servers

Oh dear, this hasn't been fixed yet? {{--@foreach($user->setAccessLevel('subuser')->access()->get() as $server)--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}}
Identifier Server Name Access Node
{{ $server->uuidShort }}{{ $server->name }}--}} {{--@if($server->owner_id === $user->id)--}} {{--Owner--}} {{--@else--}} {{--Subuser--}} {{--@endif--}} {{--{{ $server->node->name }}@if($server->suspended === 0)Active@elseSuspended@endif

Delete User

There must be no servers associated with this account in order for it to be deleted.

@endsection