HIGH story-email-password-login-organization-admin-007 3 pts
3
Story Points
High
Priority
Email and Password Login
Feature

User Story

As a Organization Administrator
I want the login form fields to remain visible and reachable while the software keyboard is open
So that So that I can see what I am typing without scrolling awkwardly or having the submit button hidden behind the keyboard

Acceptance Criteria

  • Given the login screen is displayed on an iPhone SE (small viewport), When the user taps the password field and the keyboard opens, Then the password field and sign-in button are both visible above the keyboard without manual scrolling
  • Given the keyboard is open and the user fills in both fields, When the user taps sign in, Then the button is tappable and is not hidden behind the keyboard
  • Given the user submits the form (e.g. by pressing the keyboard's return key), When the keyboard dismisses, Then the layout returns to its original state without visual glitches
  • Given the device is an Android phone with a floating or split keyboard, When the keyboard appears, Then the form still repositions correctly to keep the active field visible
  • Given a user with large text accessibility settings enabled, When the keyboard is open, Then the fields remain legible and the layout does not overflow or truncate

Business Value

Keyboard occlusion is one of the most common sources of frustration in mobile form UX. For peer mentors who are older adults or have motor challenges, being unable to see what they are typing leads to errors, failed logins, and abandonment. Fixing this at the foundation (the login screen) also establishes the layout pattern used throughout all form-heavy screens in the app, including activity registration.

Dependencies