vigiloauth/vigilo

Validating user email after account lockout

开放

#113 创建于 2024年11月22日

 (0 条评论) (0 个反应) (0 位负责人)Go (9 个派生)auto 404
good first issuepriority: medium

仓库指标

星标
 (100 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南