-
Type:
Task
-
Resolution: Done
-
Priority:
Medium
-
Affects Version/s: None
Currently, the login page may redirect or navigate to a different screen to enter the password. The requirement is to update the login page so that the user can enter their password on the same screen as the username/email.
Acceptance Criteria:
- The login page should display both username/email and password fields on the same screen.
- Password field should support standard features (e.g., show/hide password).
- Validation errors (e.g., incorrect password) should appear on the same screen without redirecting.
- The “Login” button should authenticate the user after entering username/email and password on the same screen.
- Keyboard should remain visible when navigating between the username/email and password fields, i.e., it should not hide automatically.