active directory authentication, full mfa implementation, vpn generation
This commit is contained in:
18
templates/changepw.html
Normal file
18
templates/changepw.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Accounts - Change PW</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ get_flashed_messages() }}
|
||||
{{ form.errors }}
|
||||
<form method="POST">
|
||||
<label>New Password{{ form.newpw() }}</label>
|
||||
<label>Confirm Password{{ form.conpw() }}</label>
|
||||
{{ form.submit() }}
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user