@extends('layout.default') @section('content')

通常のユーザパスワードの変更を行います。

@if ($errors->any()) @foreach($errors->all() as $error)

{{ $error }}

@endforeach @endif
@if (App\Libs\ConfHelper::usingPassword() || $scvuser->name == 'scvtemplate') @endif
@if ($gauth) @endif
@if (App\Libs\ConfHelper::usingPassword() || $scvuser->name == 'scvtemplate')

一定期間有効な仮パスワードを発行します。仮パスワードが有効の間はパスワードポリシーの制限を受けなくなります。

{{ html()->number('tmppwd_term', 7, 1, 99999)->style(['width' => '50px', 'text-align' => 'right', 'margin-right' => '5px']) }}
@endif {{\Session::flash('name',$scvuser->name)}} {{\Session::flash('id',$scvuser->id)}}
@stop @section('script') @stop