misc python code
This commit is contained in:
15
code/misc/python/scripts/MITM/templates/change_password.html
Normal file
15
code/misc/python/scripts/MITM/templates/change_password.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Change Password</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Change Password</h1>
|
||||
<form method="POST">
|
||||
<label for="new_password">New Password:</label>
|
||||
<input type="password" name="new_password" id="new_password" required>
|
||||
<br>
|
||||
<button type="submit">Change Password</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user