make the password a password field and add username when uploading the file

This commit is contained in:
csd4ni3l
2025-08-09 12:45:46 +02:00
parent c0eb5b59dd
commit 75ac77dea8
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
<div class="form-group" style="margin-top: 4%;">
<label for="passwordinput">Password</label>
<input name="password" class="form-control" id="passwordinput" placeholder="Enter password">
<input type="password" name="password" class="form-control" id="passwordinput" placeholder="Enter password">
</div>
<button id="submit" type="submit" class="btn btn-primary mx-auto d-block" style="width: 100%; margin-top: 4%;">Submit</button>
</form>