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 password —
type="password",autoComplete="current-password", required -
New password —
type="password", placeholderAt least 6 characters,autoComplete="new-password", required. If the backend rejects the new password, the error fromerrors["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.
Related
- Profile — first/last name
- Account settings — workspace name and billing email