vigiloauth/vigilo

Validating user email after account lockout

Ouverte

#113 ouverte le 22 nov. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Go (9 forks)auto 404
good first issuepriority: medium

Métriques du dépôt

Stars
 (100 étoiles)
Métriques de merge PR
 (Merge moyen 162j 7h) (1 PR mergée en 30 j)

Description

Description

As a system, I want to validate that a user-provided email exists in the database so that I can ensure password reset requests are legitimate.

Acceptance Criteria

  • The system checks if the provided email is associated with an existing account.
  • If the email is not found, the system returns a generic message to avoid exposing account existence.
  • Validation attempts are logged for auditing purposes.

Guide contributeur