vanikam/web_ui/templates/identity/owner_delete_user.html

21 lines
442 B
HTML
Raw Normal View History

2025-01-10 15:51:27 +05:30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Delete account | Vanikam</title>
</head>
<body>
<form action="/owner/delete/user" method="post">
<label for="password">
Password
<input type="password" name="password" id="password">
</label>
<button type="submit">Delete account</button>
</form>
</body>
</html>