keepassxc-browser/tests/html/passwordchange5.html

18 lines
350 B
HTML
Raw Normal View History

2020-10-24 10:39:33 +00:00
<html>
<body>
<form action="firstForm">
<br /><input type="password" name="Old password" value="oldPassword">
</form>
<form action="secondForm">
<br /><input type="password" name="New password" value="newPassword">
</form>
<form action="thirdForm">
<br /><input type="password" name="Repeat password" value="newPassword">
</form>
</body>
</html>