This commit is contained in:
2025-03-11 19:07:16 -04:00
parent 84290f9c46
commit 74808f3fb2
8 changed files with 46 additions and 122 deletions

View File

@@ -7,7 +7,7 @@
<body>
<%- include('partials/nav') %>
<div class="content">
Change Password
<h1>Change Password</h1>
<form id="editor" method="POST" action="/changepassword">
Old Password:<input type="password" name="password0"><br>
New Password:<input type="password" name="password1"><br>