You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sae_2a_anglais/Project/php/templates/modifyPasswordForm.twig

6 lines
406 B

<form action="{{base}}/{{ userRole[0] }}/{{ userID }}/modifyPassword" method="GET">
<input type="text" name="currentPassword" placeholder="current password" required>
<input type="text" name="newPassword" placeholder="new password" required>
<input type="text" name="confirmNewPassword" placeholder="confirm new password" required>
<input type="submit" value="Modify your password">
</form>