merge_ResetPassword_to_Security #1

Merged
tracer merged 10 commits from merge_ResetPassword_to_Security into master 2022-11-01 16:19:33 +01:00
1 changed files with 8 additions and 4 deletions
Showing only changes of commit af6ac9eee6 - Show all commits

View File

@ -27,14 +27,18 @@
<label for="inputPassword">Password</label> <label for="inputPassword">Password</label>
<input type="password" name="password" id="inputPassword" class="form-control" required> <input type="password" name="password" id="inputPassword" class="form-control" required>
</div> </div>
<div class="form-check mb-3"> <div class="form-check mx-3">
<label> <label>
<input type="checkbox" name="_remember_me" class="form-check-input">Remember me <input type="checkbox" name="_remember_me" class="form-check-input">Remember me
</label> </label>
</div> </div>
<button class="btn btn-lg btn-primary float-end" type="submit"> <div>
Sign in <a href="{{ path('security_forgot_password') }}">Forgot password?</a>
</button> <button class="btn btn-primary float-end" type="submit">
Sign in
</button>
</div>
<a href="{{ path('security_register') }}">Need an account? Register now.</a>
</form> </form>
</div> </div>
</div> </div>