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

🐛 BUG: Unable to register to daily.dev | No feedback for password length #1561

Open
1 task done
Varstahl opened this issue Nov 2, 2024 · 2 comments
Open
1 task done

Comments

@Varstahl
Copy link

Varstahl commented Nov 2, 2024

What went wrong? 🤔

I've tried registering many times with absolutely no feedback whatsoever. I've tried changing browsers, disabling extensions, until I decided to look into the console network, and scrolling down the response. Down the JSON, buried somewhere, was an error: "Maximum password length of 72, N received". There was no feedback whatsoever in the UI, and to make it worse it counts bytes and not characters, so I even needed to guess how many bytes was I using with extended ascii characters in my passwords.

Expected Behavior

Visual feedback about password length.

Steps to Reproduce Issue

1. Go to https://app.daily.dev/onboarding
2. Write down an e-Mail and click on `Sign up`
3. Write down information and use a password like `L?²]êÙ¨¹U÷b(ï½¥!_vTÌÒÓ2P{<¤.Ò!&MËÍrPÃâöææ2E¿hWEfrýÏÕûD£ïó<D¡Ïq'é7VÆÌ¥ufDyßäÍôÖ¼g<FR£Kc9±zÕ²ì$yÖô@À\íÿêK[ôp4dzQºv7³÷¤`
4. The registration doesn't proceed, no feedback about password length

Solution Proposed

On top of giving feedback about the password quality, there should be an immediate error when the password length is greater than the supported bytes, also check the size in bytes via JS, instead of characters.

Screenshots

No response

Environment

Win10, Vivaldi

Browsers

Chrome, Microsoft Edge, Other

OS

Windows

Version of daily.dev

No response

Additional Context

No response

Code of Conduct

  • I follow the conditions of this project.
@idoshamun
Copy link
Member

Hi @Varstahl,

Thanks for this report. We will look into it

@BharathSubu
Copy link

i can fix it but im not able to visit the onboarding route in gitpod environment and not able to logout as testuser

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

No branches or pull requests

3 participants