• Applicable Software: MokoGitea
  • Applicable Version: N/A

Accessing Your Settings

Click your avatar in the top-right corner of any page and select Settings to access your account configuration.

Profile Settings

  • Display Name — The name shown on your profile and in comments.
  • Bio — A short description visible on your profile page.
  • Avatar — Upload a custom profile image or use a Gravatar.
  • Website & Location — Optional fields for your personal or company website.

Account Security

Changing Your Password

  1. Go to Settings → Account.
  2. Enter your current password and your new password.
  3. Click Update Password.

Two-Factor Authentication (2FA)

For added security, enable 2FA under Settings → Security:

  1. Click Enroll under Two-Factor Authentication.
  2. Scan the QR code with an authenticator app (e.g., Google Authenticator, Authy).
  3. Enter the verification code to confirm.
  4. Save your recovery codes in a secure location.

Email Settings

Manage your email addresses under Settings → Account. You can:

  • Add multiple email addresses.
  • Set a primary email for notifications and Git commits.
  • Keep your email private by enabling the Keep Email Address Private option.

Notifications

Control how you receive notifications under Settings → Notifications. MokoGitea can notify you via email when:

  • You're mentioned in an issue or pull request.
  • A repository you watch has new activity.
  • A pull request you're reviewing is updated.

API Tokens

Generate personal access tokens for automation and third-party integrations:

  1. Go to Settings → Applications.
  2. Enter a Token Name and select the required permissions.
  3. Click Generate Token.
  4. Copy the token immediately — it won't be shown again.

Use these tokens for CI/CD pipelines, API scripts, or any tool that needs to authenticate with MokoGitea.