Skip to content

api shows wrong email address #4899

@ryanburnette

Description

@ryanburnette
  • Gitea version (or commit ref): 1.5.1
  • Git version:
  • Operating system: linux
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

The API shows my email address as ryanburnette@code.ryanburnette.com, but I changed it in my profile. Is this an error?

[
    {
        "id": 37,
        "url": "https://code.ryanburnette.com/api/v1/repos/ryanburnette/decently-smart-target/issues/1",
        "number": 1,
        "user": {
            "id": 1,
            "login": "ryanburnette",
            "full_name": "Ryan Burnette",
            "email": "ryanburnette@code.ryanburnette.com",
            "avatar_url": "https://secure.gravatar.com/avatar/80ca3efd5f4440f4f7103e0a3ad932bb?d=identicon",
            "language": "en-US",
            "username": "ryanburnette"
        },
        "title": "Test",
        "body": "This is a test issue.",
        "labels": [],
        "milestone": null,
        "assignee": null,
        "assignees": null,
        "state": "closed",
        "comments": 0,
        "created_at": "2018-09-09T15:55:11Z",
        "updated_at": "2018-09-09T15:55:47Z",
        "closed_at": null,
        "due_date": null,
        "pull_request": null
    }
]

Screenshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    modifies/apiThis PR adds API routes or modifies them

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions