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
While inviting users to the dashboard, the system accepts email addresses that do not conform to proper email formatting standards. This could lead to an inconsistent user experience while retrieving the user.
Steps to Reproduce:
Navigate to the Settings > Users section on the dashboard.
Click on Invite users.
Invite an user with an invalid email address (e.g., #$gdyhasd@juspay.in) and select a role.
Click the Send Invite button. Note: This does not give any error.
Once the user is created, click on the user to see the user details
Expected Behavior:
The system should validate the email address format and not allow invitations with invalid email formats. A clear error message should be displayed to the user.
Actual Behavior:
Screen.Recording.2025-01-29.at.7.35.32.AM.mov
Attachments
POST /api/user/user/invite_multiple?auth_id= response
While inviting users to the dashboard, the system accepts email addresses that do not conform to proper email formatting standards. This could lead to an inconsistent user experience while retrieving the user.
Steps to Reproduce:
Settings
>Users
section on the dashboard.Invite users
.#$gdyhasd@juspay.in
) and select a role.Send Invite
button.Note: This does not give any error.
Expected Behavior:
The system should validate the email address format and not allow invitations with invalid email formats. A clear error message should be displayed to the user.
Actual Behavior:
Screen.Recording.2025-01-29.at.7.35.32.AM.mov
Attachments
POST
/api/user/user/invite_multiple?auth_id=
responsePOST
/api/user/user
responseThe text was updated successfully, but these errors were encountered: