You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: