vigiloauth/vigilo

Validating user email after account lockout

オープン

#113 opened on 2024/11/22

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (9 件のフォーク)auto 404
good first issuepriority: medium

Repository metrics

Stars
 (100 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド