document password reset flow in CLAUDE.md and reset-password page

This commit is contained in:
Davide Scaini
2026-04-14 22:34:15 +02:00
parent 8fbd9a95e8
commit 9419bd0c20
2 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ import Base from '../../layouts/Base.astro';
<Base title="Reset password — BincioActivity" public={true}>
<div class="max-w-sm mx-auto mt-16 px-4">
<h1 class="text-2xl font-bold text-white mb-2 text-center">Reset password</h1>
<p class="text-zinc-500 text-sm text-center mb-6">Enter the reset code you received from the admin.</p>
<p class="text-zinc-500 text-sm text-center mb-2">Enter the reset code you received from the admin.</p>
<p class="text-zinc-600 text-xs text-center mb-6">Don't have a code? Contact the instance admin — they can generate one for you from the admin panel. Codes expire after 24 hours.</p>
<form id="reset-form" class="space-y-4">
<div>