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
Description:
When a tenant attempts to log in with an incorrect tenant code, the system does not properly validate and prevent access. This may lead to unintended access or confusion for the users.
Steps to Reproduce:
Navigate to the login page.
Enter a valid username and password.
Enter an incorrect tenant code.
Click the "Login" button.
Expected Behavior:
The system should display an error message indicating that the tenant code is invalid.
Login should not proceed with an incorrect tenant code.
Actual Behavior:
The system allows login or does not display a clear error message, leading to potential security concerns.
Impact:
Users may gain unintended access, or legitimate users may face confusion during login.
Additional Context:
The issue may stem from missing or improper validation in the backend logic or API endpoint handling the login request.
Logs show no tenant code validation errors when submitting incorrect codes.
The text was updated successfully, but these errors were encountered:
Description:
When a tenant attempts to log in with an incorrect tenant code, the system does not properly validate and prevent access. This may lead to unintended access or confusion for the users.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Impact:
Additional Context:
The text was updated successfully, but these errors were encountered: