Skip to main content

Edit your profile

Your Latte profile is your picture, your display name, and your unique username — the handle friends use to add you. You can change all three at any time.

  1. Click Profile in the navigation to open your profile page.

    Screenshot coming soon
    The profile page with the avatar, name/username card, and friends panel
    Capture spec (for maintainers)
    {
      "id": "web.profile-and-friends.edit-your-profile.profile-page",
      "platform": "web",
      "route": "/users/me",
      "actions": [
        {
          "pom": {
            "page": "FriendsPage",
            "call": "open"
          }
        }
      ]
    }
  2. Click your avatar to change your picture, then choose or upload an image.

  3. Click the card showing your name and username to open the edit dialog. Update the Display Name and Username fields, then click Confirm.

    Screenshot coming soon
    The edit dialog with the Display Name and Username fields and the Confirm button
    Capture spec (for maintainers)
    {
      "id": "web.profile-and-friends.edit-your-profile.edit-names-dialog",
      "platform": "web",
      "route": "/users/me",
      "actions": [
        {
          "pom": {
            "page": "FriendsPage",
            "call": "open"
          }
        },
        {
          "click": {
            "text": "Copy username",
            "nth": 0,
            "note": "click the name card above the Copy username button to open the edit dialog"
          }
        }
      ],
      "clip": {
        "selector": "[role=dialog]",
        "pad": 16
      }
    }
  4. Click Copy username to copy your unique username so you can share it with a friend.

On the Latte desktop app

The desktop app shows the same profile page — edits sync everywhere you're signed in.

tip

Your Username is always lowercase and unique — it's how friends find you and send you a request. Your Display name is the name others see, and it doesn't have to be unique.