Changed Authentication
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr" dir="ltr">
|
||||
<head>
|
||||
<div th:replace="~{html-head}"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div th:replace="~{header}"/>
|
||||
<main>
|
||||
|
||||
<div th:if="${param.success}">
|
||||
<div class="alert alert-success"> Votre mot de passe a été changé</div><br/>
|
||||
</div>
|
||||
<form
|
||||
method="post"
|
||||
role="form"
|
||||
th:action="@{/change-password/change}">
|
||||
<label for="new-password">Nouveau mot de passe :</label>
|
||||
<input type="password" id="new-password" name="new-password"/>
|
||||
<br/>
|
||||
<input id="connect" type="submit" value="Changer de mot de passe"/>
|
||||
</form>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user