Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim passwords #573

Open
elsirion opened this issue Nov 4, 2024 · 1 comment
Open

Trim passwords #573

elsirion opened this issue Nov 4, 2024 · 1 comment

Comments

@elsirion
Copy link
Contributor

elsirion commented Nov 4, 2024

Handle errors when submitting invalid passwords. Idk if that's being done rn. fedimint/fedimint#6253

@kleysc
Copy link
Contributor

kleysc commented Dec 26, 2024

Hi @elsirion,

In PR fedimint/fedimint#6253, backend logic was added to remove leading and trailing whitespace from passwords. I propose replicating this in the frontend for consistency and to provide immediate feedback to users.

Should we also include validations for password strength (e.g., minimum 12 characters, at least one uppercase letter, one lowercase letter, one number, and one special character) with clear error messages to guide users?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants