attempting to fix legacy user accounts with less than 20 characters.

This commit is contained in:
2026-05-22 15:34:23 +02:00
parent 6c6764202e
commit df312009b8
5 changed files with 28 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
<div class="flash-error" style="margin-bottom: 15px;">{{ error }}</div>
@endif
<input type="text" name="username" placeholder="{{ t('auth.username_placeholder') }}" autocomplete="off" required />
<input type="password" name="password" placeholder="{{ t('auth.password_placeholder') }}" autocomplete="off" required minlength="20" />
<input type="password" name="password" placeholder="{{ t('auth.password_placeholder') }}" autocomplete="off" required />
<p><input type="checkbox" id="kmsi" name="kmsi" /> <label for="kmsi">{{ t('auth.stay_signed_in_label') }}</label></p>
<button type="submit">{{ t('auth.login_title') }}</button>
@if(smtp_enabled)