Profile and Settings
Manage your profile — nickname, avatar, email, password, language, theme.
Find it at: /account/profile.
1. Profile fields
The Profile page shows your account identity in one card. Each row is editable inline.
| Field | Editable | Notes |
|---|---|---|
| Avatar | Yes | Click the avatar to upload a new image. Stored on Alphio's file service and synced across PC / H5 / mobile. |
| Nickname | Yes | Up to 32 characters. Click the pencil icon, edit inline, press Enter or click the check mark to save. |
| Bound at signup | Used as your primary login identifier and for transactional emails. Rebinding is supported but requires re-verification. | |
| UID | Read-only | Your account ID. Use the copy button when contacting support. |
The avatar / nickname / email block reflects whatever you set here across the entire product — chat, Watchlist sharing, referral leaderboards, and so on.
Email rebind requires identity re-verification (current-password challenge + verification code to the new address). Exact flow is being finalized — confirm with the in-app dialog.
2. Password change
If you signed up with email + password, change your password from the Profile page. The flow is:
- Open the Password section.
- Enter your current password.
- Enter and confirm the new password.
- Submit — Alphio invalidates the current refresh token on the server side, so other devices are signed out.
If you signed up via OAuth only (Google / Apple / Microsoft / Facebook), you don't have a password by default. Set one from this section to enable email + password login as a fallback channel.
3. OAuth providers — link and unlink
Alphio supports 4 OAuth providers, each independently linkable to your account. Linking lets you sign in with that provider next time; unlinking removes that path without affecting your other credentials.
| Provider | Sign-in supported | Notes |
|---|---|---|
| Yes | One-tap sign-in on web; native sign-in on iOS / Android. | |
| Apple | Yes | Required for iOS app sign-in flows. |
| Microsoft | Yes | Azure AD / personal Microsoft accounts. |
| Yes | Meta login via Facebook. |
You cannot unlink the only authentication method on your account — Alphio always keeps at least one valid sign-in path (email-password or at least one OAuth provider). If you've never set a password and only have one OAuth provider linked, set a password first before unlinking.
The exact set of linkable providers and the unlink-protection rules are still being finalized. The Profile page shows the providers available for your account — that list is authoritative.
4. Language preference
Switch the interface language from the Language dropdown.
| Locale | Language |
|---|---|
en | English |
zh | Simplified Chinese (简体中文) |
Additional locales (zh-TW, ja, ko, ar, es, fr, pt) are supported by the underlying i18n system and will surface progressively. The dropdown reflects the locales currently enabled for your account region.
Your language choice is persisted server-side, so it follows you across PC / H5 / mobile.
5. Theme
Theme is a three-way choice:
| Mode | Behavior |
|---|---|
| Light | Always light. |
| Dark | Always dark. |
| Auto | Follows your OS preference; updates live when the OS toggles. |
The theme switch is persisted per-device (not cross-device), since users often want different themes on desktop vs. mobile.
6. Where to find
- PC: top-right user menu → Profile (route:
/account/profile). - H5: bottom Account tab → Profile at the top of the page.
The Profile page is also the entry point for Sign out and Delete Account — both live in the footer of this page. For account deletion details see /account/delete-account.
If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:
GET https://docs.alphio.ai/account/profile-and-settings.md?ask=<question>The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.