add feature: password resets via email

This commit is contained in:
maxDorninger
2025-06-29 16:26:01 +02:00
parent 1732bde281
commit 83521a36ff
7 changed files with 357 additions and 9 deletions

View File

@@ -184,8 +184,7 @@
<div class="grid gap-2">
<div class="flex items-center">
<Label for="password">Password</Label>
<!-- TODO: add link to relevant documentation -->
<a class="ml-auto inline-block text-sm underline" href="##">
<a class="ml-auto inline-block text-sm underline" href="/login/forgot-password">
Forgot your password?
</a>
</div>