removed a few labels and unused files

This commit is contained in:
2026-07-18 21:16:07 +02:00
parent 4a5ebc726e
commit 882bf0d409
68 changed files with 24 additions and 15796 deletions
+3 -3
View File
@@ -4,13 +4,13 @@
{% block content %}
<section class="auth-layout">
<div class="intro">
<p class="eyebrow">Vault security</p>
<p class="eyebrow">Bouquet security</p>
<h1>Change password</h1>
<p>Every existing encrypted field will be rewritten with the new legacy-compatible key.</p>
</div>
<form class="card form-card" action="{{ url_for('flower_vase.update_pwd') }}" method="post">
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
<h2>Vault credentials</h2>
<h2>Bouquet flowers</h2>
{% if message %}<p class="field-error">{{ message }}</p>{% endif %}
<label for="name">Username</label>
<input id="name" name="name" type="text" autocomplete="username" required>
@@ -18,7 +18,7 @@
<input id="old-password" name="old_password" type="password" autocomplete="current-password" required>
<label for="new-password">New password</label>
<input maxlength="43" id="new-password" name="new_password" type="password" pattern="[A-Za-z0-9_+/-]+" autocomplete="new-password" required>
<button class="button primary" type="submit">Re-encrypt vault</button>
<button class="button primary" type="submit">Re-encrypt bouquet</button>
</form>
</section>
{% endblock %}