▶️ Şifremi Unuttum
- URL: /parola-sifirla > email gir
- POST /api/auth/forgot-password { email }
- Backend: 6 haneli kod oluştur + email gönder
- User email'den kodu al
- Form: kod + yeni parola
- POST /api/auth/reset-password { email, kod, yeniParola }
- Backend: Kod verify + parola update (eski hash override)
- Redirect /giris
🔌 Endpoint'ler
POST/api/auth/forgot-password
POST/api/auth/reset-password