Passwort-zurücksetzen, Passwort-ändern, Account-löschen!

This commit is contained in:
ben8
2025-04-24 12:41:36 +02:00
parent a7c42ecf13
commit 2ca623bf33
14 changed files with 269 additions and 6 deletions

View File

@@ -37,6 +37,11 @@
{{ form.password2 }}
</div>
<div class="register">
{{ form.email }}
</div>
<button class="w-full p-3 rounded-full bg-blue-600 text-white font-black hover:scale-105 transition duration-200" type="submit" class="login-button">Registrieren</button>
</form>