Loading...

CDN.com.tr Help

Update profile and password

Use the user profile page for account identity and password changes.

Update profile and password

Use the user profile page for account identity and password changes.

Panel path

  1. Management Panel
  2. User menu
  3. Profile
  4. Password / Contact settings

Prerequisites

  • Profile screen shows only current user data.
  • Email, phone, and personal data are redacted in screenshots.
  • Password update requires current password verification.

Step-by-step guide

1

Open profile settings

Account information and security settings are managed from the user menu.

  • Open user menu.
  • Go to Profile.
  • Choose the field to update.

Expected result: Profile form opens for current user.

cdnctl equivalent
# Profile operations are completed in the panel.
2

Save change safely

Password and personal data updates must not return sensitive fields in API response.

  • Update the form.
  • Save.
  • Verify success message.

Expected result: Personal data updates without leaking another user.

cdnctl equivalent
# Password or profile secrets are not written to CLI output.

Verification

  • Personal data is redacted.
  • Password fields are never shown back.
  • Profiles outside current user cannot be opened.

Use cases

A user needs to update contact details or rotate their password without affecting CDN account ownership.

Quick workflow

  1. Open the user menu.
  2. Choose Profile.
  3. Update profile fields or password.
  4. Sign in again if the password was changed.

Checks

  • Password fields are never shown back.
  • Profile API returns customer-safe fields.
  • Changing profile data does not switch the selected CDN account.

Related pages