Esta página aún no está traducida al español — mostrando la versión en inglés.

Password

Change your login password — current password + new password, at least 6 characters.

The Password tab of Settings is where you change your ChatbotGen login password.

Where to find it

/app/settings/password. Same

Settings + settings sub-nav as Profile; the Password tab is active.

The form

Card:

  • Title: Change password
  • Description: "Update your password."

Fields:

┌─ Change password ─────────────────────────────────────────┐
│  Update your password.                                    │
│                                                           │
│  Current password                                         │
│  [                                                     ]  │
│                                                           │
│  New password                                             │
│  [ At least 6 characters                               ]  │
│                                                           │
│  [ Update password ]                                      │
└───────────────────────────────────────────────────────────┘
  • Current passwordtype="password", autoComplete="current-password", required
  • New passwordtype="password", placeholder At least 6 characters, autoComplete="new-password", required. If the backend rejects the new password, the error from errors["user.password"] appears right under this field in destructive-color text.
  • Update password — button, flips to "Updating..." while the PUT is in flight. Submits PUT /app/settings/password.

On success the form resets both fields to empty.