This commit is contained in:
ns77@siliconpin.com
2025-08-25 06:40:16 +00:00
parent 4e14a361f0
commit f12458b0d2
8 changed files with 39 additions and 19 deletions

View File

@@ -53,7 +53,7 @@
<form method="post" enctype="multipart/form-data">
<div class="mb-3">
<label for="user_id" class="form-label">User ID:</label>
<input type="email" class="form-control form-control-lg rounded-3 shadow-sm" id="user_id" name="user_id" placeholder="Enter your email" required>
<input type="text" class="form-control form-control-lg rounded-3 shadow-sm" id="user_id" name="user_id" placeholder="Enter your user ID" required>
</div>
<div class="mb-3">
<label for="pwd" class="form-label">Password</label>