Managing your personal ForgeAI account: profile and avatar, changing your email or password, notification preferences, sessions, and account deletion.
Your account is personal — it is separate from the organizations you belong to. Account settings live at /account in the cockpit, with a sidebar for Profile, Mail, and Danger sections. If you don't have an account yet, see Prerequisites for how to sign up.
The Profile page at /account lets you edit:
Your email address is displayed on this page but is not edited here — use the Change email link instead. A badge next to the email shows whether it is verified; if it isn't, a Verify email button sends a fresh verification link.
Click Save to apply name and avatar changes.
From the profile page, click Change email (or go to /account/change-email). Enter the new address and submit. ForgeAI then sends two consecutive emails to the new address: first a "Change email address" confirmation link, then — once you click it — a "Verify your email address" link. Your account keeps the old email until you click that second link, which switches your sign-in email and marks the new address as verified in one step.
Click Change password on the profile page (or go to /account/change-password). You need:
The form includes a Sign out from other devices switch, enabled by default. Leave it on to revoke every other active session when the password changes — recommended if you suspect the old password was exposed. See Security for the broader security model.
If you originally signed up with GitHub or Google, your account may not have a password to change; this form applies to email/password credentials.
If you can't sign in, use the Forgot password flow at /auth/forget-password:
After the reset you are redirected to the sign-in page to log in with the new password. Note that this flow uses an emailed code, not a reset link.
The Mail page at /account/email has a single Unsubscribed checkbox. When enabled, you stop receiving marketing and promotional emails. Transactional emails — verification links, password reset codes, organization invitations, account deletion confirmations — are always sent regardless of this setting.
Beta note: this preference is stored with our email provider (Resend). If your account was created before the mailing audience was configured, the page may show a "Resend not found" message with a contact support option instead of the checkbox.
Account deletion lives on the Danger page at /account/danger and is a two-step, email-confirmed process:
/auth/confirm-delete, where you make the final choice: Yes, Delete My Account or Cancel. Confirming permanently deletes the account and redirects you to a goodbye page.Deletion removes your user record, your sessions and linked sign-in providers, and your memberships in every organization.
Beta note: the deletion screen mentions organization data, but in the current beta organizations you own are not automatically deleted with your account — they remain, minus your membership. Before deleting your account, delete organizations you own or hand them over to another member from the organization settings (see Organizations).
Sessions for the ForgeAI CLI are managed separately through device authorization — see CLI authentication.