Skip to main content

Change password

This dialog lets you change your Sequentia account password, or set a password if you sign in only with an external provider (for example Google) and do not yet have an email/password login.

Change password dialog

Prerequisites

  • You must be signed in to Sequentia.
  • Access the My Account page via the user menu.
  • No workspace permission is required: the action applies to your account only.
  • For the classic “change” flow: your account already has an email/password login.
  • For the “set password” flow: your account uses at least one external provider and no email password yet (for example Google only).

Open the dialog

  1. Open the user menu (avatar / account).
  2. Click My Account.
  3. On the profile card, click the red row:
    • Change Password if an email password already exists;
    • Set a password if the account has only external providers.
  4. The dialog opens.

Access from My Account

Two modes depending on your account

SituationDialog titleCurrent password field“Forgot password” linkAction button
Account with email passwordConfirm Current PasswordYesYesReset Password
External providers onlySet a passwordNoNoConfirm

The mode is determined by how you sign in: whether an email password is already registered.

Set a password mode

Form fields

Current password (change mode only)

  • Label: Current Password
  • Placeholder: Enter your current password
  • Hidden by default; the eye icon toggles visibility.
  • Required to re-authenticate before the update.

New password

Shared fields:

FieldLabel
New passwordPassword
ConfirmationConfirm Password

Each field also has an eye icon to show or hide the value.

Security criteria

The action button stays disabled until every condition is met. A checkmark turns green when a criterion is satisfied:

Criterion (displayed label)Rule
Password must be at least 8 characters longLength ≥ 8
Password must contain at least one numberAt least one digit
Password must contain at least one special characterAt least one special character (e.g. ! @ # $ % ^ & *)
Passwords matchBoth fields are identical and non-empty

Password criteria

Forgot password

Visible only in change mode (account with email password).

  • Link label: Forgot password? Sign out and reset password
  • On click: the dialog closes, you are signed out, then redirected to the password reset page.
warning

There is no confirmation before sign-out. Save your work before using this link.

Forgot password link

Save or close

ActionEffect
Reset Password (change mode)Verifies the current password, updates the password, success message, closes the dialog.
Confirm (set mode)Links an email password to the account, success message, closes the dialog.
Close (X)Closes without changing the password.
Help (?)Opens contextual help for this dialog.

While processing, a loading state prevents double submission.

Messages shown

ResultMessage
SuccessYour password has been changed successfully
Wrong current passwordInvalid password
Other errorAn error occurred while changing your password

On failure, the dialog stays open so you can correct the input.

Footer — Reset Password

What this dialog does not do

  • Edit your profile (name, photo, language, theme): Edit a user dialog from My Account.
  • Reset a password while signed out: dedicated page after sign-out, not this dialog.
  • Change the account email address.
  • Manage workspace member roles or permissions.
  • Set another user’s password: limited to the signed-in account.

In-app help

In the dialog header, the help icon opens contextual help. Help title: Help - Change password.

To confirm with product

  • “Reset Password” button label: the menu entry says Change Password, but the submit button uses Reset Password. Confirm whether Save or Change would be clearer.
  • Account with email vs external providers: the interface relies on the list of sign-in methods registered. Confirm expected behavior if these details diverge.
  • Current password validation: the field expects at least 6 characters in the interface, but the button only enforces the new password criteria. An empty or short current password can be submitted and fail (Invalid password). Confirm whether client-side validation is desired.
  • Creating a password on an OAuth-only account: confirm the product message for users (email verification, future email + password sign-in, etc.).
  • Account with no sign-in methods listed: change mode with a current-password field may appear. Confirm whether this case can occur and which flow to show.