添加了用户管理,并且支持了部分免密

This commit is contained in:
2023-12-17 16:06:06 +00:00
parent 092c4b8a35
commit 99f4ca6fa6
4 changed files with 181 additions and 3 deletions

View File

@ -77,7 +77,7 @@
<div class="passwd-box">
<form onsubmit="console.log('trying passwd'); TryPasswd(); return false;">
<input id="user_name" type="text" placeholder="Username" required>
<input id="old_password" type="password" placeholder="Old Password" required>
<input id="old_password" type="password" placeholder="Old Password">
<input id="new_password" type="password" placeholder="New Password" required>
<button type="submit">Reset Password</button>
</form>