Skip to main content

Change Password


Use the Change Password screen to update a doctor's password.
This screen requires an active session.


This screen includes:

  • A Current Password input field.
  • A New Password input field with complexity enforcement.
  • A Forgot your password? link that opens the Reset Password screen.
  • A support link that opens Air Doctor Support.
  • A read-only User ID label used for support and troubleshooting.
Password requirements
  • Use at least 8 characters.
  • Include one letter, one number, and one symbol (such as !, @, #, or &).

Workflow

  1. From the navigation menu, open **Account.
  2. Select Edit Account, then select Edit Password.
  3. Enter the current password.
  4. Enter a new password that meets the complexity requirements.
  5. Select Change.
note

If the new password does not meet the requirements, the app disables the Change button and shows an inline error message.

If the user forgot the password

  1. Select Forgot your password?.
  2. Enter the email address in the popup.
  3. Select Send to receive a reset link.
    → See Reset Password for complete instructions.

To contact support, use the Air Doctor Contact Form.


Validations

  • Enforces minimum length and complexity for the new password.
  • Requires both the current and new password fields.
  • Rejects empty or malformed inputs.
  • Blocks screen access if the session is invalid.
  • Displays inline error messages when validation fails.

Actions

  • Sends a secure password update request to /account/change-password.
  • Updates the session token after a successful password change.
  • Redirects to the Appointment List screen.
  • Displays error messages when validation or submission fails.
  • Provides access to Reset Password and Air Doctor Support.

SDK and API References

GET 

/account/change-password

Returns the configuration for the Change Password screen.
Requires both the current and new passwords during update. Rejects inputs that do not meet complexity requirements.

UI Element Types

LevelReferenceTypeDescriptionPlacement
1logoIllustrationDisplays the Air Doctor logo^100
1current-passwordPasswordCurrent password input field
1new-passwordPasswordNew password input field
1weak-passwordRegularPassword requirement hint
1changeButtonSubmits the new password
1spacerSpacerLayout element
1reset-passwordLinkOpens the reset password screen^
1need-helpRegularInline help message^
1supportLinkOpens the Air Doctor support contact screen^