Ground Sunlight

Windowsで作る - PHPプログラミングの開発環境

ユーザ用ツール

サイト用ツール


apricot:app:user-edit

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン 両方とも次のリビジョン
apricot:app:user-edit [2020/05/14 10:23]
y2sunlight [編集用のテンプレート]
apricot:app:user-edit [2020/05/21 10:41]
y2sunlight [Apricot ユーザ登録画面]
行 17: 行 17:
     * [[apricot:app:validation|Apricot バリデーション]]     * [[apricot:app:validation|Apricot バリデーション]]
     * [[apricot:app:transaction|Apricot トランザクション]]     * [[apricot:app:transaction|Apricot トランザクション]]
-  * [[apricot:ext:top|Apricot 拡張]]+  * [[apricot:ext:middleware|Apricot 拡張]]
  
 [[apricot:app:user-list|ユーザ一覧画面]]に引き続き、ユーザ登録画面を作ります。本章の前にユーザ一覧画面もご覧下さい。尚、ルーティング設定に関しては既にユーザ一覧画面で終わっているので、[[apricot:app:user-list#ルーティング|そちら]]を参照して下さい。 [[apricot:app:user-list|ユーザ一覧画面]]に引き続き、ユーザ登録画面を作ります。本章の前にユーザ一覧画面もご覧下さい。尚、ルーティング設定に関しては既にユーザ一覧画面で終わっているので、[[apricot:app:user-list#ルーティング|そちら]]を参照して下さい。
行 387: 行 387:
             <label for="password" class="col-md-2 col-form-label">{{__('messages.user.edit.password')}}</label>             <label for="password" class="col-md-2 col-form-label">{{__('messages.user.edit.password')}}</label>
             <div class="col-md-10">             <div class="col-md-10">
-                <input type="password" name="password" id="password" class="form-control" value="{{old('password')}}"+                <input type="text" name="password" id="password" class="form-control" value="{{old('password')}}"
                     placeholder="{{__('messages.user.edit.hint_password')}}">                     placeholder="{{__('messages.user.edit.hint_password')}}">
             </div>             </div>
apricot/app/user-edit.txt · 最終更新: 2020/06/03 14:15 by tanaka