Skip to content

Better UX around password and hash errors #3704

Closed
@jsjoeio

Description

@jsjoeio

Problem:

If there is a problem with the password/hash combination, we don't surface that to the user.

Solution:
Account for the following scenarios:

  • bad hash — password and hash don't match
  • unable to hash — invalid hash (like missing "$"), right?
  • ? diff hashing algorithm — expected hash from sha256 but got argon2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSome improvement that isn't a feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions