17 lines
501 B
HTML
Executable File
17 lines
501 B
HTML
Executable File
<!DOCTYPE HTML>
|
|
<head>
|
|
<title>Foxtrot MFA system</title>
|
|
</head>
|
|
|
|
<body>
|
|
<form action="user/create" method="post">
|
|
<label for="username">Username:</label>
|
|
<input type="text" id="username" name="username"/><br>
|
|
<label for="username">Password:</label>
|
|
<input type="password" id="password" name="password"/><br>
|
|
<label for="username">Confirm password:</label>
|
|
<input type="password" id="confirmpassword" name="confirmpassword"/><br>
|
|
<input type="submit" value="Submit"/>
|
|
</form>
|
|
</body>
|