Улучшить unwrap, UI и админку; обновить документацию.

- Неверный пароль не сжигает wrap сразу: Argon2-гейт до consume и лимит попыток (по умолчанию 3) в настройках
- Подсветка синтаксиса, автоопределение языка, спиннеры, размеры файлов, пагинация audit
- make push (git, Ctrl-D) и актуальный README
This commit is contained in:
Sergey Antropoff
2026-07-18 10:17:05 +03:00
parent e4240a7be5
commit 91719740b9
21 changed files with 1170 additions and 178 deletions
+14
View File
@@ -80,6 +80,20 @@
</span>
</label>
{% endfor %}
<label class="admin-field-spaced">
<span data-i18n="admin.password.maxAttempts">Wrong password attempts (unwrap)</span>
<input
name="password_max_attempts"
type="number"
min="1"
max="50"
step="1"
value="{{ settings.password_max_attempts or 3 }}"
/>
<small class="hint" data-i18n="admin.password.maxAttemptsHint">
After this many wrong passwords the wrap is destroyed. Default: 3.
</small>
</label>
</section>
<section class="admin-tabpanel" data-panel="captcha" role="tabpanel" hidden>