Skip to content

Fix misleading messaging: password minimum length #8

Description

@baranylcn

The registration form says "Minimum 6 characters" and does no client-side
check, while the Settings and password-reset screens require 8, and the backend
now enforces a minimum of 8. The register copy is inconsistent and misleading.

Fix: update the register text to "at least 8 characters" and add a
client-side length check before submit.
File: frontend/src/pages/RegisterPage.tsx
Acceptance: registration rejects passwords shorter than 8 characters with a
matching message.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions