@extends('layout.default') @section('head') @stop @section('content')
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{!! Session::get('flash_msg') !!}
@endif {{ Form::model($organization, ['route' => ['organization.destroy', $organization->name], 'method' => 'delete', 'id' => 'delete']) }} {{ Form::hidden('name', $organization->name) }} @if ($is_admin) @endif @if ($is_admin) {{ Form::submit('削除') }} @endif組織名 | {{ $organization->name }} | 備考 | {{ $organization->comment }} |
---|---|---|---|
同時接続数 | {{ $organization->max_limit }} | 利用オプション |
SCVX Sanitizer: {{ $organization->enable_stz ? '利用可能' : '利用不可' }} Virus Checker: {{ $organization->enable_vck ? '利用可能' : '利用不可' }} Threat Checker: {{ $organization->enable_tck ? '利用可能' : '利用不可' }} |
登録日 | {{ $organization->created_at }} | 更新日 | {{ $organization->updated_at }} |
パスワードの最低文字数 | {{ $organization->pwd_length }} 文字 |
---|---|
パスワード変更の最低間隔 | {{ $organization->pwd_min_term }} 日間 |
パスワードの有効期限 | {{ $organization->pwd_max_term }} 日間 |
期限切れ警告の表示期間 | {{ $organization->pwd_warning_term }} 日前から |
重複チェックを行う世代数 | {{ $organization->pwd_generation_limit }} 件 |
一定の複雑性を満たしたパスワードのみ許可する | {{ $organization->pwd_complexity ? '有効' : '無効' }} |
パスワードに含めることのできない単語 | {{ $organization->pwd_ngwords }} |
アカウントロックしきい値 | {{ $organization->lockout_threshold }} 回 |