Skip to main content

Profile and Settings

Manage your profile — nickname, avatar, email, password, language, theme.

Find it at: /account/profile.

Profile page


1. Profile fields

The Profile page shows your account identity in one card. Each row is editable inline.

FieldEditableNotes
AvatarYesClick the avatar to upload a new image. Stored on Alphio's file service and synced across PC / H5 / mobile.
NicknameYesUp to 32 characters. Click the pencil icon, edit inline, press Enter or click the check mark to save.
EmailBound at signupUsed as your primary login identifier and for transactional emails. Rebinding is supported but requires re-verification.
UIDRead-onlyYour 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.

warning

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:

  1. Open the Password section.
  2. Enter your current password.
  3. Enter and confirm the new password.
  4. 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.


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.

ProviderSign-in supportedNotes
GoogleYesOne-tap sign-in on web; native sign-in on iOS / Android.
AppleYesRequired for iOS app sign-in flows.
MicrosoftYesAzure AD / personal Microsoft accounts.
FacebookYesMeta 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.

warning

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.

LocaleLanguage
enEnglish
zhSimplified 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:

ModeBehavior
LightAlways light.
DarkAlways dark.
AutoFollows 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.


Agent Instructions: Querying This Documentation

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.