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
When logging in through the EmbeddedChat form, if extra whitespaces are added to the beginning or end of the username or email, the system doesn’t trim these whitespaces. This causes the login to fail, even though the credentials are otherwise correct.
Steps to reproduce:
Go to the EmbeddedChat login form.
Enter a valid username or email, but include leading or trailing whitespaces.
From the above video it is clear that password's allow whitespaces along with text but the same is not allowed with username or email
so i shall not trim the password input box
Expected behavior:
The system should automatically trim any whitespaces from the beginning or end of the username or email, allowing the login attempt to proceed if the credentials are correct.
Actual behavior:
The system does not trim whitespaces, causing a login failure.
Prevents Accidental Login Failures: Users often accidentally add spaces before or after their input, especially on mobile devices. Trimming removes these unintended spaces, reducing the chance of failed login attempts due to formatting issues.
Aligns with User Expectations: Most applications already trim whitespaces, so users typically expect that accidental spaces won’t affect their login.
The text was updated successfully, but these errors were encountered:
Description:
When logging in through the EmbeddedChat form, if extra whitespaces are added to the beginning or end of the username or email, the system doesn’t trim these whitespaces. This causes the login to fail, even though the credentials are otherwise correct.
Steps to reproduce:
Create.an.account.-.Singha.-.Brave.2024-11-04.12-31-42.mp4
From the above video it is clear that password's allow whitespaces along with text but the same is not allowed with username or email
so i shall not trim the password input box
Expected behavior:
The system should automatically trim any whitespaces from the beginning or end of the username or email, allowing the login attempt to proceed if the credentials are correct.
Actual behavior:
The system does not trim whitespaces, causing a login failure.
EmbeddedChat._.Simple.-.Simple.Storybook.-.Brave.2024-11-04.12-42-49.mp4
Reason for Trimming Whitespaces:
The text was updated successfully, but these errors were encountered: