Skip to content

Implement password complexity validation for registration #29

@ArchILLtect

Description

@ArchILLtect
  • Enforce password rules: minimum length 8, at least 1 uppercase, 1 lowercase, and 1 digit.
  • Map violations to 400 VALIDATION_ERROR with clear message.
  • Add unit/integration tests for weak/valid password cases.
  • Document rule in API docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiIssues/PRs dealing with REST endpoints.area:authIssues/PRs related to authentication, login, registration, and session management.securitySecurity-related changes, fixes, or enhancements.type:testTest coverage or new tests for backend types, DTOs, or models.

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions