conteneurisation de l'appli

This commit is contained in:
Rudy
2023-01-07 22:07:15 +01:00
parent b79e8502b1
commit b21f2bc04b
8725 changed files with 1271447 additions and 676 deletions

View File

@ -10,23 +10,17 @@
<div class="alert alert-danger">{{ error.messageKey|trans(error.messageData, 'security') }}</div>
{% endif %}
<h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
<h1 class="h3 mb-3 font-weight-normal">Se connecter</h1>
<label for="inputEmail">Email</label>
<input type="email" value="{{ last_username }}" name="email" id="inputEmail" class="form-control" required autofocus>
<label for="inputPassword">Password</label>
<label for="inputPassword">Mot de passe</label>
<input type="password" name="password" id="inputPassword" class="form-control" required>
<input type="hidden" name="_csrf_token"
value="{{ csrf_token('authenticate') }}"
>
{# <div class="checkbox mb-3">#}
{# <label>#}
{# <input type="checkbox" name="_remember_me"> Remember me#}
{# </label>#}
{# </div>#}
<button class="btn btn-lg btn-primary" type="submit">
Sign in
<button class="btn btn-lg btn-primary mt-3" type="submit">
Valider
</button>
</form>
</div>