Skip to content

Add validation for user_name field #32

@IgorPolyakov

Description

@IgorPolyakov

Implement validation for the user_name in backend to ensure that it meets the specified requirements. The user_name must:

  • Only contain English letters (A-Z, a-z), numbers (0-9), and underscores (_)
  • Be unique and immutable
  • Have a length between 3 and 30 characters

Metadata

Metadata

Assignees

No one assigned

    Labels

    server-apiIssues for server api

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions