File: passwordchange5.html

package info (click to toggle)
keepassxc-browser 1.7.4%2Brepack1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,460 kB
  • sloc: javascript: 7,249; makefile: 17; sh: 10
file content (17 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>