The profile page is the central place for everything related to your own account.
Changing your display name
The display name is the friendly name shown to you in the portal UI (for example in "Welcome back, Anna"). It has no technical significance. Login works via email.
Type the new name in the field and click "Save name". The change takes effect immediately without signing in again.
Changing your email address
Two-step process to prevent a stolen session cookie from immediately hijacking the email address.
- Enter the new address and click "Send confirmation link".
- An email with a confirmation link is sent to the new address.
- Click the link. Only then is the old address replaced.
Until you click the link your old address remains active — you can still sign in with it and password resets go to it.
The link is valid for one hour. If it expires, simply request a new one on the profile page.
What if the new address is already taken
If someone else already has an account with the desired address, you receive the error "Another account already uses that address".
If the address was once used by you and that account was then deleted, you receive "This address can no longer be used" — see Delete account.
Changing your password
In the "Password" section of your profile:
- Current password, your existing password as a security check.
- New password, at least 12 characters, mixed case, one digit.
After a successful submit the password is changed immediately.
Deleting your account
In the "Delete account" section of your profile:
- Type your email to confirm, prevents accidental deletion.
- Your current password, as a second security factor.
After clicking "Delete my account":
- Your user record is removed
- All your subscriptions are hard-deleted
- All API keys are revoked — ongoing CI pulls receive 401 on the next call
- A salted hash of your email address is added to a blacklist so that no one (including you) can open a new account with the same address. We use the same hardening approach as for passwords.
More details at Delete account and Privacy and GDPR.
Status banner
After every action a green or red banner appears at the top of the profile page describing the success or error. The status is attached to the URL as a query parameter — if you want to dismiss it, just click "Profile" in the sidebar again.