Account & Security

Profile and integrations settings

Managing your profile information and connecting GitHub or GitLab accounts via OAuth or a personal access token.

Profile tab

Open Settings and stay on the Profile tab:

  • Full Name: edit your display name and click Save Changes.
  • Profile Avatar: generated automatically from your initials. There is no image upload.
  • Email Address: shown read-only. Your email address cannot be changed from the app; contact support if you need to update it.

Integrations tab

The Integrations tab in Settings is where you connect the git accounts CICDoo uses to access repositories and deploy projects. Both GitHub and GitLab can be connected either with OAuth (one click) or with a personal access token (PAT).

GitHub

  • OAuth: click "Connect with GitHub OAuth" and approve the authorization. Once connected, a green "GitHub Connected" box appears.
  • Personal Access Token: click "configure a Personal Access Token", paste a token created in your GitHub settings with the repo and read:user scopes, then click Save PAT.
  • Disconnect: in the green "GitHub Connected" box, click Disconnect.

Note for Odoo Enterprise users: Odoo Enterprise repositories are private, so deploying the Enterprise edition requires a GitHub Personal Access Token with access to the Odoo Enterprise repositories. OAuth alone is not enough for this. The Integrations tab shows your current Enterprise PAT status.

GitLab

  • OAuth: click "Connect with GitLab OAuth" and approve the authorization.
  • Personal Access Token: click "configure a Personal Access Token". Two fields appear:
  • GitLab URL: defaults to https://gitlab.com. If you use a self-hosted GitLab, enter your own GitLab URL here.
  • GitLab Personal Access Token: paste a token created in your GitLab settings with the api and read_user scopes. Click Save PAT to finish.
  • Disconnect: in the green "GitLab Connected" box (which shows the connected username), click Disconnect.

Tips

  • You can connect both GitHub and GitLab at the same time.
  • If repository access suddenly stops working, a revoked or expired token is the most common cause. Reconnect or save a new PAT from this tab.

Related: Two-factor authentication (2FA) and Passwords and account recovery.

If you get stuck, open a support ticket from the Tickets page or the chat widget.

Still stuck? Open a ticket from the app or talk to an engineer.