ログイン、会員登録、マイページ等、顧客が使用するテンプレート群です。
| ルーティング | application_frontend_auth_login |
| 引数 | 無し |
| 例 | {{ path(“application_frontend_auth_login”) }} |
会員のログイン画面です。
| username | ログインid(メールアドレス) | 必須 |
| password | ログインパスワード | 必須 |
| last_username | 前回ログインしたログインid |
具体的には以下のように記述します。
ログインID:
|
1 |
<input type="text" id="username" name="_username" istyle="3" format="*m" mode="alphabet" value="{{ last_username }}" class="text" /> |
パスワード:
|
1 |
<input type="password" id="password" name="_password" istyle="3" format="*m" mode="alphabet" class="text" /> |