Release v2.2: admin auth settings, Passkey RP ID, Cloudflare and Google captcha

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-07 02:57:49 +03:00
parent 0a51001791
commit 0584ebdc74
18 changed files with 458 additions and 4 deletions
+5
View File
@@ -14,6 +14,7 @@
<label for="email">Email</label>
<input type="email" id="email" name="email" required autocomplete="email">
</div>
{% include "partials/captcha.html" %}
<button type="submit" class="btn btn--primary btn--full">Отправить ссылку</button>
</form>
<p class="auth-card__footer"><a href="{{ url_for('auth.login') }}">← Вернуться ко входу</a></p>
@@ -21,3 +22,7 @@
</div>
</section>
{% endblock %}
{% block scripts %}
{% include "partials/captcha_scripts.html" %}
{% endblock %}