This commit is contained in:
2025-04-13 18:17:52 -06:00
parent ca9fe75d0a
commit 006cffef38
5 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ function login_form($error_msg = '')
<input type="hidden" name="form_id" value="login_form">
<label for="username">Username / Email</label>
<input id="username" name="username" required>
<input id="username" name="username" spellcheck="false" required>
<label for="password">Password</label>
<input id="password" name="password" type="password" required>
<input id="password" name="password" type="password" spellcheck="false" required>
<label class="form_checkbox_container">Stay Logged In?
<input name="stay_logged_in" type="checkbox" value="true">