CINXE.COM
Keep your Atlassian account secure | Atlassian Support
<!DOCTYPE html> <!-- COMMIT: cb4f56948b372f959f0ca5374642fe93cf0b1e08 RELEASE_VERSION: sac@36702 UPDATED: 2025-03-11T06:50:39.192Z --> <html class="content-platform-support" lang="en-US" itemscope> <head> <title>Keep your Atlassian account secure | Atlassian Support</title> <!-- One Trust script needs to appear first --> <!-- OneTrust Cookies Consent Notice start for support.atlassian.com --> <script src="https://atl-onetrust-wrapper.atlassian.com/assets/atl-onetrust-wrapper.min.js" type="text/javascript" data-domain="266b339b-197a-46d0-a605-808d1b1feb41" data-test="false" data-geofence="false" data-sync="true" ></script> <!-- OneTrust Cookies Consent Notice end for support.atlassian.com --> <script> window.sentryOnLoad = function () { console.log('Initializing Sentry...'); Sentry.init({ release: 'cb4f56948b372f959f0ca5374642fe93cf0b1e08', environment: 'production', }); console.log("Sentry is initialized for 'production' environment and 'cb4f56948b372f959f0ca5374642fe93cf0b1e08' release."); }; </script> <script src="https://js.sentry-cdn.com/58cc8f6260224318b0e9c5e635d9dbf4.min.js" crossorigin="anonymous" data-lazy="no"></script> <script> // These are the env variables that the frontend needs window.contentfulSpaceId = "zsv3d0ugroxu"; window.CCG_DETAILS_URL = "https://support.atlassian.com/gateway/api/customer-context/customer/details"; window.CONTENTFUL_ENV = "master"; window.LOGOUT_URL = "https://id.atlassian.com/logout"; window.CONTACT_FORMS_MANIFEST = "https://support-form-app-ui.prod-east.frontend.public.atl-paas.net/assets/asset-manifest.json"; window.SEGMENT_KEY = "ycih1ygfsk"; window.BANNERMAN_MANIFEST = "https://bannerman.us-east-1.prod.public.atl-paas.net/asset-manifest.json"; window.SAC_CST_TOKEN_COOKIE_NAME = "cloud.session.token"; window.SAC_OIDC_TOKEN_COOKIE_NAME = "sac_oidc_token"; window.SAC_BASE_URL = "https://support.atlassian.com"; window.CSM_CHAT_WIDGET_BASE_URL = "https://jcs-chat-widget.atlassian.com"; window.MY_REQUESTS_APP_MANIFEST_URL = "https://customer-support-portal.prod.atl-paas.net/asset-manifest.json"; window.CST_STATIC_FORMS_URL = "https://support-forms.atlassian.com"; window.CST_STATIC_FORMS_MANIFEST_URL = "https://support-forms.atlassian.com/asset-manifest.json"; window.ID_AUTH_URL = "https://id.atlassian.com"; window.CONFLUENCE_URL = "https://confluence.atlassian.com"; window.GRAPHQL_URL = "http://graphql-gateway.mesh:20019" window.STATSIG_CLIENT_API_KEY = "659383a9-602f-4a53-a80e-f8882b294b80" window.MICROS_ENVTYPE = "prod" window.CSP_REQUESTS_APP_MANIFEST_URL_BIFROST = "https://csp-mono-repo-ui.prod-east.frontend.public.atl-paas.net/assets/asset-manifest.json" window.CSP_REQUESTS_APP_MANIFEST_URL = "https://csp-ui.prod-east.frontend.public.atl-paas.net/assets/asset-manifest.json" // Override platform feature flag for sources in AI Answers window.__PLATFORM_FEATURE_FLAGS__ = { booleanResolver: function(flagKey) { if (flagKey === "kd_smart_answers_use_adf_encoder") { return true; } return false; } } window.__APP_INITIAL_STATE__ = /* <sl:translate_generic_json> */ { sl_translate: "title, description, shortDescription, sacHomeDescription, productSupportHomeDescription, sectionOverview, shortTitle, topicTitle, buttonText, linkLabel, productBlurb, tagline, subhead, metaDescription, supportTitle, internalTitle", entry: {"id":"773uFzBviNI1Cx5ZdIxkvV","lastPublished":"2020-12-29T15:44:28.920Z","type":"collection","title":"Keep your Atlassian account secure","subhead":null,"description":"Follow steps and best practices to protect your account.","buttonText":null,"metaDescription":"Understand how to keep your Atlassian account secure with API tokens, two-step verification, device management.","context":{"id":"6ZuqXmRiE2XTrsWbbtpyt9","type":"contextTheme","docsHomeSlug":"/atlassian-account/resources/","icon":{},"deployment":"Not Applicable","hubName":"Atlassian accounts"},"versions":[],"pageType":"Documentation","url":"/atlassian-account/docs/keep-your-atlassian-account-secure/","childrenReferences":[{"id":"43d1AjVPbzv6Ornfy198O0","title":"Manage API tokens for your Atlassian account","description":"Learn how to manage API tokens for your Atlassian account.","url":"/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/","lastPublished":"2025-03-04T20:26:42.333Z","pageType":"topic","body":{"version":1,"type":"doc","content":[{"type":"heading","attrs":{"level":1},"content":[{"text":"Manage API tokens for your Atlassian account","type":"text"}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"After December 15, 2024, by default we set new API tokens to expire in one year. When you create an API token, you can set the expiration date to be from 1 day up to one year. "},{"type":"hardBreak"},{"type":"text","text":"After February 12, 2025, we limit the lifespan of your current API tokens. Your API tokens will expire in one year."}]}]},{"type":"paragraph","content":[{"type":"text","text":"You can use an API token to authenticate a script with an Atlassian cloud product. You generate the token from your Atlassian account, then copy and paste it into a script."}]},{"type":"paragraph","content":[{"type":"text","text":"If you use聽"},{"type":"text","text":"two-step verification","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-two-step-verification-for-your-atlassian-account/"}}]},{"type":"text","text":"聽to authenticate, your script needs to use a REST API token to authenticate."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"How to use an API token"}]},{"type":"paragraph","content":[{"type":"text","text":"A primary use case for API tokens is to allow scripts to access REST APIs for Atlassian cloud products using HTTP basic authentication."}]},{"type":"paragraph","content":[{"type":"text","text":"Depending on the details of the HTTP library you use, you can replace your password with the token. For example, when using聽"},{"type":"text","text":"curl","marks":[{"type":"link","attrs":{"href":"https://curl.haxx.se/"}}]},{"type":"text","text":", you could do something like this:"}]},{"type":"codeBlock","attrs":{},"content":[{"type":"text","text":"curl -v https://mysite.atlassian.net --user me@example.com:my-api-token"}]},{"type":"paragraph","content":[{"type":"text","text":"In this example,聽"},{"type":"text","text":"me@example.com","marks":[{"type":"code"}]},{"type":"text","text":" is the email address for the Atlassian account you're using to create the token."}]},{"type":"paragraph","content":[{"type":"text","text":"We use a varied API token length tokens rather than fixed length to ensure tokens are more secure and reliable. If your script relies on fixed API token length, check that it can handle a variable length instead."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Create an API token"}]},{"type":"paragraph","content":[{"type":"text","text":"API tokens with an infinite lifespan pose a data security risk. To improve data security, by default we set API tokens to expire in one year. When you create an API token, you can set the expiration date to be from 1 day up to one year. "}]},{"type":"paragraph","content":[{"type":"text","text":"Create an API token from your Atlassian account:"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Log in to聽"},{"type":"text","text":"https://id.atlassian.com/manage-profile/security/api-tokens","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security/api-tokens"}}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Select "},{"type":"text","text":"Create API token","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Give your API token a name that describes what it does."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Select an "},{"type":"text","text":"expiration date","marks":[{"type":"strong"}]},{"type":"text","text":" for the API token."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Token expiration is 1 to 365 days."}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Select "},{"type":"text","text":"Create","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Select聽"},{"type":"text","text":"Copy to clipboard","marks":[{"type":"strong"}]},{"type":"text","text":", then paste the token to your script, or save it somewhere safe."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"You can't recover the API token after you鈥檙e done with this step. We recommend you save your API token in a password manager."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Revoke an API token"}]},{"type":"paragraph","content":[{"type":"text","text":"When you revoke a token it no longer works and we permanently remove it from your account. If you revoke an existing API token, you can replace it with a new token."}]},{"type":"paragraph","content":[{"type":"text","text":"To revoke an API token:"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Log in to聽"},{"type":"text","text":"https://id.atlassian.com/manage-profile/security/api-tokens","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security/api-tokens"}}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Select "},{"type":"text","text":"Revoke","marks":[{"type":"strong"}]},{"type":"text","text":" for the API token that you want to revoke."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"To revoke all API tokens for your account, select "},{"type":"text","text":"Revoke all API tokens","marks":[{"type":"strong"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"API token settings"}]},{"type":"paragraph","content":[{"type":"text","text":"You can use API tokens with Confluence Cloud, Jira聽Cloud and Jira Align REST APIs. If you're using Bitbucket Cloud, see "},{"type":"text","text":"App passwords","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/"}}]},{"type":"text","text":". "}]},{"type":"table","attrs":{"isNumberColumnEnabled":false,"layout":"default"},"content":[{"type":"tableRow","content":[{"type":"tableHeader","attrs":{"background":"var(--ds-background-accent-gray-subtlest, var(--ds-background-accent-gray-subtlest, #F1F2F4))"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Setting","marks":[{"type":"strong"}]}]}]},{"type":"tableHeader","attrs":{"background":"var(--ds-background-accent-gray-subtlest, var(--ds-background-accent-gray-subtlest, #F1F2F4))"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Description","marks":[{"type":"strong"}]}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[{"type":"text","text":"Token name"}]}]},{"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[{"type":"text","text":"Give your token a name that explains what it does."}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[{"type":"text","text":"Token expiration"}]}]},{"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[{"type":"text","text":"By default we set tokens to expire in one year. This applies to current and new tokens. "}]},{"type":"paragraph","content":[{"type":"text","text":"When you create an API token, you can change the token to expire from one to 365 days. "}]}]}]}]},{"type":"paragraph","content":[]},{"type":"paragraph","content":[]}]}},{"id":"5l0fKKZ0sNoLWN9KKDKYkR","title":"Manage recently used devices for your Atlassian account","description":"Track recent devices used to log in to Atlassian products.","url":"/atlassian-account/docs/manage-recently-used-devices-for-your-atlassian-account/","lastPublished":"2023-10-06T18:55:44.206Z","pageType":"topic","body":{"type":"doc","content":[{"type":"heading","attrs":{"level":1},"content":[{"text":"Manage recently used devices for your Atlassian account","type":"text"}]},{"type":"paragraph","content":[{"text":"The recent devices list in your Atlassian account profile lets you view and manage the devices that are currently logged in to your Atlassian cloud products and services.","type":"text"}]},{"type":"paragraph","content":[{"text":"If one of your devices has been lost or stolen, or you notice suspicious activity, view your recent devices list to log out of any or all of your devices.","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"View your recent devices","type":"text"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Go to your Atlassian account security settings at聽","type":"text"},{"text":"id.atlassian.com/manage-profile/security","type":"text","marks":[{"type":"link","attrs":{"href":"http://id.atlassian.com/manage-profile/security"}}]},{"text":".","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Select聽","type":"text"},{"text":"View and manage recent devices","type":"text","marks":[{"type":"strong"}]},{"text":".","type":"text"}]}]}]},{"type":"paragraph","content":[{"text":"The recent devices list shows the devices that are currently logged in to your Atlassian account.","type":"text"}]},{"type":"paragraph","content":[{"text":"When logging in from a browser, you鈥檒l be able to view:","type":"text"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"the device you used to log in (including the operating system and browser version)","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"the IP address of your device","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"when your device was last logged in","type":"text"}]}]}]},{"type":"paragraph","content":[{"text":"When logging in using a mobile app, you鈥檒l be able to view:","type":"text"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"the device you used to log in (including the operating system and mobile app used)","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"the IP address of your device","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"when your mobile app was last used on your device","type":"text"}]}]}]},{"type":"paragraph","content":[{"text":"Some things to remember when viewing your recent devices:","type":"text","marks":[{"type":"strong"}]}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"If you've logged in from multiple browsers on the same device, you'll see a listing for each of those.","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"If you've logged into multiple Atlassian apps from the same device (for example, the Jira mobile app), you'll see a listing for each of those.","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"If you鈥檝e logged in using a mobile app, you鈥檒l see a listing for a web login as well as your mobile login because mobile logins are completed through a browser.","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Non-interactive logins (for example, calls using聽","type":"text"},{"text":"API tokens","type":"text","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/"}}]},{"text":") will not be displayed in your recent devices list.","type":"text"}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Manage your recent devices","type":"text"}]},{"type":"paragraph","content":[{"text":"If you need to, you can log out of one or all of your devices.","type":"text"}]},{"type":"paragraph","content":[{"text":"Log out of one device","type":"text","marks":[{"type":"strong"}]}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Click聽","type":"text"},{"text":"Log out","type":"text","marks":[{"type":"strong"}]},{"text":"聽for the individual device that you want to log out of.","type":"text"}]}]}]},{"type":"paragraph","content":[{"text":"Log out of all devices","type":"text","marks":[{"type":"strong"}]}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Click聽","type":"text"},{"text":"Log out of all devices","type":"text","marks":[{"type":"strong"}]},{"text":"聽at the bottom of your recent devices list. This will log you out of all devices apart from the one that you're currently using.","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"If you'd also like to log out of the device that you're on, choose聽","type":"text"},{"text":"Log out","type":"text","marks":[{"type":"strong"}]},{"text":"聽from the top right-hand corner of your screen.","type":"text"}]}]}]}],"version":1}},{"id":"2vPE7APvyX4bYmxZgceZAO","title":"Manage two-step verification for your Atlassian account","description":"Enable two-step verification to keep your Atlassian account secure. ","url":"/atlassian-account/docs/manage-two-step-verification-for-your-atlassian-account/","lastPublished":"2024-12-20T01:36:40.795Z","pageType":"topic","body":{"version":1,"type":"doc","content":[{"type":"heading","attrs":{"level":1},"content":[{"text":"Manage two-step verification for your Atlassian account","type":"text"}]},{"type":"paragraph","content":[{"type":"text","text":"Two-step verification protects your Atlassian account by requiring a second login step.聽That second step keeps your account secure, even if your password is compromised."}]},{"type":"paragraph","content":[{"type":"text","text":"If your organization manages your Atlassian account, they can require you to use two-step verification when you log in. "},{"type":"inlineExtension","attrs":{"extensionType":"com.atlassian.mesa","extensionKey":"sac-link","parameters":{"id":"4QSnp6FCuuJ1ph6zpYG3nx","label":"Read about enforced two-step verification"}}}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Enable two-step verification"}]},{"type":"paragraph","content":[{"type":"text","text":"The second login step for two-step verification involves a verification code that you get聽from an authentication app on your smartphone or by text (SMS) message on any mobile phone. When you use a security key, such as a Yubikey or a smartphone, you don鈥檛 need a verification code for the second login step."}]},{"type":"paragraph","content":[{"type":"text","text":"When you enable two-step verification, we keep you logged in to this device but we may log you out of your other devices. To access your other devices, you need to enter your password and complete the second verification step."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Use a security key"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Log in to your Atlassian account at聽"},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}}]},{"type":"text","text":"聽and聽select聽"},{"type":"text","text":"Manage two-step verification","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your password in the聽"},{"type":"text","text":"Account password","marks":[{"type":"strong"}]},{"type":"text","text":"聽field and select聽"},{"type":"text","text":"Security key.","marks":[{"type":"strong"}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter a name for the key"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Click on "},{"type":"text","text":"Register key","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Follow the instructions on your screen to finish the setup."}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Use an authentication app on your smartphone"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Install an authentication app on your phone. We support most authentication apps 鈥撀爏ome of the more common ones are聽"},{"type":"text","text":"Google Authenticator","marks":[{"type":"link","attrs":{"href":"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en"}}]},{"type":"text","text":",聽"},{"type":"text","text":"Authy","marks":[{"type":"link","attrs":{"href":"https://authy.com/"}}]},{"type":"text","text":", or聽"},{"type":"text","text":"Duo","marks":[{"type":"link","attrs":{"href":"https://duo.com/product/trusted-users/two-factor-authentication/duo-mobile"}}]},{"type":"text","text":". For download links to these apps, go to聽atlassian.com/2step聽on your phone."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Now, log in to your Atlassian account at聽"},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}}]},{"type":"text","text":"聽and聽select聽"},{"type":"text","text":"Manage two-step verification","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your password in the聽"},{"type":"text","text":"Account password","marks":[{"type":"strong"}]},{"type":"text","text":"聽field and select聽"},{"type":"text","text":"Authenticator app","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Follow the instructions on your screen to finish setting up."}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Use text (SMS) messages on any mobile phone"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Log in to your Atlassian account at聽"},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}}]},{"type":"text","text":"聽and聽select聽"},{"type":"text","text":"Manage two-step verification","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your password in the聽"},{"type":"text","text":"Account password","marks":[{"type":"strong"}]},{"type":"text","text":"聽field and select聽"},{"type":"text","text":"Limited security option","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Select聽"},{"type":"text","text":"Get started with SMS","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your phone number and select聽"},{"type":"text","text":"Send SMS with code","marks":[{"type":"strong"}]},{"type":"text","text":".聽We'll send you a text message with a code."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter the code and select聽"},{"type":"text","text":"Connect phone","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Follow the instructions on your screen to finish setting up."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Be sure to copy, print, or record your emergency recovery key and keep it in a secure place. A recovery key is essential to recovering your account if you lose access to your authentication app."}]}]},{"type":"paragraph","content":[{"type":"text","text":"You're all set up! The next time you log in to your Atlassian account, use your security key or check either the authentication app or the messages on your phone to find the code for the second login step."}]},{"type":"paragraph","content":[{"type":"text","text":"If you run into issues, see聽"},{"type":"inlineExtension","attrs":{"extensionType":"com.atlassian.mesa","extensionKey":"sac-link","parameters":{"id":"5cpRIkJJoRwqmNtKCEbuEg"}}},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Log in with two-step verification"}]},{"type":"paragraph","content":[{"type":"text","text":"Once you've enabled聽two-step verification, you'll need your security key or phone to log in."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Log in with security key"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your email address and password"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Click on "},{"type":"text","text":"Log in ","marks":[{"type":"strong"}]},{"type":"text","text":"to initiate the security key login"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Use any of your registered security keys"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Login with authenticator app or text messages"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your email address and password."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Get a new verification code. Do either of the following:"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Open the authentication app on your smartphone and retrieve the new code."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Check your phone for a text message from Atlassian with the new code."}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter the verification code."}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Manage your security keys"}]},{"type":"paragraph","content":[{"type":"text","text":"You can add multiple security keys, delete keys and rename keys."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"From聽the聽"},{"type":"text","text":"Two-step verification","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage/two-step-verification"}}]},{"type":"text","text":"聽page, enter your聽"},{"type":"text","text":"Account password","marks":[{"type":"strong"}]},{"type":"text","text":"聽and select聽"},{"type":"text","text":"Unlock settings","marks":[{"type":"strong"}]},{"type":"text","text":"聽"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"You won't see this option if you recently entered your password."}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Manage your security keys under "},{"type":"text","text":"Manage security keys","marks":[{"type":"strong"}]}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Cick on "},{"type":"text","text":"Register new key ","marks":[{"type":"strong"}]},{"type":"text","text":"to add a new key"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Click on "},{"type":"text","text":"Delete","marks":[{"type":"strong"}]},{"type":"text","text":" to delete a key"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Click on the key name to "},{"type":"text","text":"Rename","marks":[{"type":"strong"}]},{"type":"text","text":" a key"}]}]}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Disable two-step verification"}]},{"type":"paragraph","content":[{"type":"text","text":"If you disable two-step verification, your account no longer has the protection of a second login step."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"From聽the聽"},{"type":"text","text":"Two-step verification","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage/two-step-verification"}}]},{"type":"text","text":"聽page, enter your聽"},{"type":"text","text":"Account password","marks":[{"type":"strong"}]},{"type":"text","text":"聽and select聽"},{"type":"text","text":"Unlock settings","marks":[{"type":"strong"}]},{"type":"text","text":"聽to get to your two-step verification settings. You won't see this option if you recently entered your password."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Under "},{"type":"text","text":"Settings","marks":[{"type":"strong"}]},{"type":"text","text":",聽select聽"},{"type":"text","text":"Disable two-step verification","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"From the confirmation dialog that appears, select聽"},{"type":"text","text":"Disable","marks":[{"type":"strong"}]},{"type":"text","text":"聽to stop using two-step verification."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"After you disable two-step verification, you no longer have to log in with your security key or聽authentication app. You can re-enable two-step verification at any time."}]},{"type":"paragraph","content":[{"type":"text","text":"Be aware that if your organization requirs you to have two-step verification enabled,聽and you disable it on your account, you won't be able to log in to enable it again."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Recover your account"}]},{"type":"paragraph","content":[{"type":"text","text":"If you don't have your security key, phone or can't access your authentication app, you can log in to your Atlassian account using your emergency recovery key that you created previously."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Use your emergency recovery key instead of a verification code"}]},{"type":"paragraph","content":[{"type":"text","text":"If you don't have a verification code, you can use your recovery key."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your email address and password as you do normally."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"When the screen asks for a verification code, select聽"},{"type":"text","text":"Can't use your phone?","marks":[{"type":"strong"}]},{"type":"text","text":"聽instead."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your recovery key."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"You'll get a new recovery key, because you can only use a recovery key once.聽Copy, print, or record聽your new key."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"If you've lost your recovery key, see聽"},{"type":"inlineExtension","attrs":{"extensionType":"com.atlassian.mesa","extensionKey":"sac-link","parameters":{"id":"5cpRIkJJoRwqmNtKCEbuEg"}}},{"type":"text","text":" or聽contact聽"},{"type":"text","text":"Atlassian support","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/"}}]},{"type":"text","text":"聽to get back into your account."}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Create a new emergency recovery key"}]},{"type":"paragraph","content":[{"type":"text","text":"If you've lost your recovery key or have concerns that someone else has it, you can create a new key, but only if you're not already logged out."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Log in to your Atlassian account at聽"},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}}]},{"type":"text","text":"聽and聽select聽"},{"type":"text","text":"Manage two-step verification","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enter your聽"},{"type":"text","text":"Account password","marks":[{"type":"strong"}]},{"type":"text","text":"聽and select聽"},{"type":"text","text":"Unlock settings","marks":[{"type":"strong"}]},{"type":"text","text":"聽to get to your two-step verification settings. You won't see this option if you recently entered your password."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Select聽"},{"type":"text","text":"Create new emergency recovery key","marks":[{"type":"strong"}]},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Follow the instructions on your screen to create a new key."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Make sure to copy, print, or record your new recovery key, but treat it as securely as any other password. Note that the new recovery key replaces your old recovery key."}]},{"type":"paragraph","content":[{"type":"text","text":"If you聽run into issues with two-step verification, see "},{"type":"inlineExtension","attrs":{"extensionType":"com.atlassian.mesa","extensionKey":"sac-link","parameters":{"id":"5cpRIkJJoRwqmNtKCEbuEg"}}},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Enforced two-step verification"}]},{"type":"paragraph","content":[{"type":"text","text":"If your organization manages your Atlassian account, they can require you to use two-step verification when you log in."}]},{"type":"paragraph","content":[{"type":"text","text":"When that happens:"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"You'll get an email from your admin, telling you that two-step verification is required, and pointing you to the instructions for enabling it."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"You'll need to enable聽two-step verification, as described in the聽"},{"type":"text","text":"Enable two-step verification","marks":[{"type":"strong"}]},{"type":"text","text":"聽section."}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"API access tokens with two-step verification"}]},{"type":"paragraph","content":[{"type":"text","text":"If you enable two-step verification on an account that is used by scripts or services to access Atlassian Cloud REST APIs, then that account won't be able to use a password for basic authentication against a REST API. We recommend that you use an API token聽instead, although an organization admin could exclude the relevant account from two-step verification. Read more about聽"},{"type":"text","text":"API tokens","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/"}}]},{"type":"text","text":"."}]},{"type":"extension","attrs":{"extensionType":"com.atlassian.mesa","extensionKey":"textFragment","parameters":{"textFragmentId":"kr5LItGRWknhrg4zX2M4C"},"layout":"default"}},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Verificaci贸n en dos pasos "}]},{"type":"paragraph","content":[{"type":"text","text":"La verificaci贸n en dos pasos protege tu cuenta de Atlassian al requerir un segundo paso para iniciar sesi贸n. Ese segundo paso mantiene la cuenta segura, incluso aunque la contrase帽a se vea en peligro."}]},{"type":"paragraph","content":[{"type":"text","text":"Si tu cuenta de Atlassian est谩 gestionada, el administrador de la organizaci贸n puede pedirte que utilices la verificaci贸n en dos pasos cuando inicies sesi贸n. Obt茅n m谩s informaci贸n sobre la "},{"type":"text","text":"verificaci贸n obligatoria en dos pasos","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Activaci贸n de la verificaci贸n en dos pasos"}]},{"type":"paragraph","content":[{"type":"text","text":"El segundo paso para iniciar sesi贸n de la verificaci贸n en dos pasos requiere un c贸digo de verificaci贸n de 6 d铆gitos que se obtiene a trav茅s de una aplicaci贸n de verificaci贸n en los smartphones, o bien mediante mensaje de texto (SMS) en cualquier tel茅fono m贸vil."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Uso de una aplicaci贸n de verificaci贸n en el smartphone"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Instala una aplicaci贸n como "},{"type":"text","text":"Google Authenticator","marks":[{"type":"link","attrs":{"href":"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en"}},{"type":"underline"}]},{"type":"text","text":", "},{"type":"text","text":"Authy","marks":[{"type":"link","attrs":{"href":"https://authy.com/"}},{"type":"underline"}]},{"type":"text","text":" o "},{"type":"text","text":"Duo","marks":[{"type":"link","attrs":{"href":"https://duo.com/product/trusted-users/two-factor-authentication/duo-mobile"}},{"type":"underline"}]},{"type":"text","text":" en el tel茅fono. Para obtener los enlaces de descarga de estas aplicaciones, accede a "},{"type":"text","text":"atlassian.com/2step","marks":[{"type":"link","attrs":{"href":"http://id.atlassian.com/2step"}},{"type":"underline"}]},{"type":"text","text":" desde el smartphone."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"A continuaci贸n, inicia sesi贸n en tu cuenta de Atlassian en "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" y haz clic en Gestionar verificaci贸n en dos pasos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce tu contrase帽a en el campo Contrase帽a de la cuenta y haz clic en Configuraci贸n de la verificaci贸n en dos paso."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Sigue las instrucciones que aparezcan en la pantalla para terminar la configuraci贸n."}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Uso de mensajes de texto (SMS) en cualquier tel茅fono m贸vil"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Inicia sesi贸n en tu cuenta de Atlassian en "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" y haz clic en Gestionar la verificaci贸n en dos pasos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce tu contrase帽a en el campo Contrase帽a de la cuenta y haz clic en Configuraci贸n de la verificaci贸n en dos pasos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Selecciona 驴No tienes smartphone? y, a continuaci贸n, Permitir usar SMS."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce tu n煤mero de tel茅fono y haz clic en Enviarme el c贸digo por mensaje. Recibir谩s un mensaje de texto con un c贸digo de 6 d铆gitos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce el c贸digo de 6 d铆gitos y haz clic en Conecta el tel茅fono."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Sigue las instrucciones que aparezcan en la pantalla para terminar la configuraci贸n."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"No olvides copiar, imprimir o registrar tu clave de recuperaci贸n de emergencia y gu谩rdala en un lugar seguro. Esta clave resulta esencial para que recuperes tu cuenta en caso de que pierdas el acceso a la aplicaci贸n de verificaci贸n."}]}]},{"type":"paragraph","content":[{"type":"text","text":"隆Y listo! La pr贸xima vez que inicies sesi贸n en la cuenta de Atlassian, consulta la aplicaci贸n de verificaci贸n o los mensajes del tel茅fono para encontrar el c贸digo de 6 d铆gitos del segundo paso de inicio de sesi贸n."}]},{"type":"paragraph","content":[{"type":"text","text":"Si tienes alguna incidencia, echa un vistazo a nuestra secci贸n dedicada a las "},{"type":"text","text":"incidencias con tu cuenta","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Inicio de sesi贸n con la verificaci贸n en dos pasos"}]},{"type":"paragraph","content":[{"type":"text","text":"Una vez activada la verificaci贸n en dos pasos, necesitar谩s el tel茅fono para iniciar sesi贸n:"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce tu direcci贸n de correo electr贸nico y contrase帽a como haces normalmente."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Obt茅n un nuevo c贸digo de verificaci贸n de 6 d铆gitos a trav茅s de una de las siguientes opciones:聽"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Abre la aplicaci贸n de verificaci贸n del smartphone y recupera el nuevo c贸digo de 6 d铆gitos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Busca en el tel茅fono un mensaje de texto de Atlassian con el nuevo c贸digo de 6 d铆gitos."}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce el c贸digo de verificaci贸n."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Si tienes alguna incidencia, echa un vistazo a nuestra secci贸n dedicada a las "},{"type":"text","text":"incidencias con tu cuenta","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Desactivaci贸n de la verificaci贸n en dos pasos"}]},{"type":"paragraph","content":[{"type":"text","text":"Si desactivas la verificaci贸n en dos pasos, la cuenta dejar谩 de contar con la protecci贸n de un segundo paso al iniciar sesi贸n."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"En la p谩gina "},{"type":"text","text":"Verificaci贸n en dos pasos","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage/two-step-verification"}},{"type":"underline"}]},{"type":"text","text":", introduce tu contrase帽a en el campo Contrase帽a de la cuenta y haz clic en Desbloquear configuraci贸n para acceder a los ajustes de la verificaci贸n en dos pasos. Si hace poco que has introducido la contrase帽a, no ver谩s esta opci贸n."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"En Configuraci贸n, haz clic en Desactivar verificaci贸n en dos pasos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"En el cuadro de di谩logo de confirmaci贸n que aparezca, haz clic en Desactivar para dejar de utilizar la verificaci贸n en dos pasos."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Una vez desactivada la verificaci贸n en dos pasos, ya no tendr谩s que iniciar sesi贸n con la aplicaci贸n de verificaci贸n. Puedes volver a activar la verificaci贸n en dos pasos en cualquier momento."}]},{"type":"paragraph","content":[{"type":"text","text":"Ten en cuenta que si el administrador de la organizaci贸n te ha pedido que tengas activada la verificaci贸n en dos pasos y decides desactivarla en tu cuenta, no podr谩s ni siquiera iniciar sesi贸n para activarla de nuevo. Consulta el apartado relativo a la "},{"type":"text","text":"verificaci贸n obligatoria en dos pasos","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":" para obtener m谩s informaci贸n."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Recuperaci贸n de la cuenta"}]},{"type":"paragraph","content":[{"type":"text","text":"Si no tienes el tel茅fono o no puedes acceder a la aplicaci贸n de verificaci贸n, puedes iniciar sesi贸n en tu cuenta de Atlassian con la clave de recuperaci贸n de emergencia que creaste anteriormente."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Uso de la clave de recuperaci贸n de emergencia en lugar de un c贸digo de verificaci贸n"}]},{"type":"paragraph","content":[{"type":"text","text":"Si no dispones de un c贸digo de verificaci贸n, puedes utilizar tu clave de recuperaci贸n."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce tu direcci贸n de correo electr贸nico y contrase帽a como haces normalmente."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Cuando la pantalla solicite un c贸digo de verificaci贸n, haz clic en 驴No puedes usar el tel茅fono? en su lugar."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce tu clave de recuperaci贸n."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Recibir谩s una nueva clave de recuperaci贸n, ya que solo puedes utilizarla una vez. Copia, imprime o registra la nueva clave."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Si has perdido la clave de recuperaci贸n, consulta nuestra secci贸n dedicada a las "},{"type":"text","text":"incidencias con tu cuenta","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":" o ponte en contacto con el "},{"type":"text","text":"soporte de Atlassian","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/"}},{"type":"underline"}]},{"type":"text","text":" para recobrar la cuenta."}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Creaci贸n de una nueva clave de recuperaci贸n de emergencia"}]},{"type":"paragraph","content":[{"type":"text","text":"Si has perdido tu clave de recuperaci贸n o te preocupa que la tenga otra persona, puedes crear una nueva clave, pero 煤nicamente si a煤n no has cerrado la sesi贸n."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Inicia sesi贸n en tu cuenta de Atlassian en "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" y haz clic en Gestionar la verificaci贸n en dos pasos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Introduce tu contrase帽a en el campo Contrase帽a de la cuenta y haz clic en Desbloquear configuraci贸n para acceder a los ajustes de la verificaci贸n en dos pasos. Si hace poco que has introducido la contrase帽a, no ver谩s esta opci贸n."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Haz clic en Crear nueva clave de recuperaci贸n de emergencia."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Sigue las instrucciones que aparezcan en la pantalla para crear una nueva clave."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"No olvides copiar, imprimir o registrar la nueva clave de recuperaci贸n, pero prot茅gela de la misma manera que cualquier otra contrase帽a. Ten en cuenta que la nueva clave de recuperaci贸n sustituye a la anterior."}]},{"type":"paragraph","content":[{"type":"text","text":"Si tienes alguna incidencia con la verificaci贸n en dos pasos, echa un vistazo a nuestra secci贸n dedicada a las "},{"type":"text","text":"incidencias con tu cuenta","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Verificaci贸n obligatoria en dos pasos"}]},{"type":"paragraph","content":[{"type":"text","text":"Si tu cuenta de Atlassian est谩 gestionada, el administrador de la organizaci贸n puede pedirte que utilices la verificaci贸n en dos pasos para iniciar sesi贸n."}]},{"type":"paragraph","content":[{"type":"text","text":"Cuando eso ocurra:"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Recibir谩s un mensaje del administrador por correo electr贸nico en el que se te indicar谩 que la verificaci贸n en dos pasos es obligatoria y se te remitir谩 a las instrucciones para activarla."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Deber谩s activar la verificaci贸n en dos pasos tal y como se describe en la secci贸n "},{"type":"text","text":"Activaci贸n de la verificaci贸n en dos pasos","marks":[{"type":"underline"}]},{"type":"text","text":" anterior."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Obt茅n m谩s informaci贸n sobre la "},{"type":"text","text":"verificaci贸n obligatoria en dos pasos","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Tokens de acceso a API con verificaci贸n en dos pasos"}]},{"type":"paragraph","content":[{"type":"text","text":"Si activas la verificaci贸n en dos pasos en una cuenta que utilizan los scripts o servicios para acceder a las API de REST de Atlassian Cloud, no se podr谩 utilizar en ella una contrase帽a para la autenticaci贸n b谩sica con respecto a una API de REST. Te recomendamos que uses un token de API en su lugar, aunque un administrador de la organizaci贸n podr铆a excluir la cuenta correspondiente de la verificaci贸n en dos pasos. Obt茅n m谩s informaci贸n sobre los "},{"type":"text","text":"tokens de API","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/"}},{"type":"underline"}]},{"type":"text","text":". "}]},{"type":"paragraph","content":[{"type":"text","text":"Validation en deux 茅tapes "}]},{"type":"paragraph","content":[{"type":"text","text":"La validation en deux聽茅tapes prot猫ge votre compte聽Atlassian en exigeant une deuxi猫me聽茅tape de connexion. Cette deuxi猫me聽茅tape assure la s茅curit茅 de votre compte, m锚me si votre mot de passe est compromis."}]},{"type":"paragraph","content":[{"type":"text","text":"Si votre compte聽Atlassian est g茅r茅, l'administrateur de votre organisation peut exiger de vous une validation en deux聽茅tapes lorsque vous vous connectez. D茅couvrez-en plus sur la "},{"type":"text","text":"validation en deux聽茅tapes obligatoire","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Activer la validation en deux聽茅tapes"}]},{"type":"paragraph","content":[{"type":"text","text":"La deuxi猫me聽茅tape de connexion pour la validation en deux聽茅tapes n茅cessite un code de v茅rification 脿 six聽chiffres que vous devez obtenir soit depuis une app de v茅rification sur votre smartphone, soit par SMS sur n'importe quel t茅l茅phone portable."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Utiliser une app de v茅rification sur votre smartphone"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Installez une app comme "},{"type":"text","text":"Google聽Authenticator","marks":[{"type":"link","attrs":{"href":"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en"}},{"type":"underline"}]},{"type":"text","text":", "},{"type":"text","text":"Authy","marks":[{"type":"link","attrs":{"href":"https://authy.com/"}},{"type":"underline"}]},{"type":"text","text":" ou "},{"type":"text","text":"Duo","marks":[{"type":"link","attrs":{"href":"https://duo.com/product/trusted-users/two-factor-authentication/duo-mobile"}},{"type":"underline"}]},{"type":"text","text":" sur votre t茅l茅phone. Pour obtenir les liens de t茅l茅chargement de ces apps, consultez la page "},{"type":"text","text":"atlassian.com/2step","marks":[{"type":"link","attrs":{"href":"http://id.atlassian.com/2step"}},{"type":"underline"}]},{"type":"text","text":" sur votre t茅l茅phone."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Maintenant, connectez-vous 脿 votre compte聽Atlassian 脿 l'adresse "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":", puis cliquez sur G茅rer la validation en deux聽茅tapes."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez votre mot de passe dans le champ 芦聽Mot de passe associ茅 脿 votre compte聽禄, puis cliquez sur Configurer la validation en deux聽茅tapes ."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Suivez les instructions sur votre 茅cran pour terminer la configuration."}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Utiliser des SMS sur n'importe quel t茅l茅phone portable"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Connectez-vous 脿 votre compte聽Atlassian 脿 l'adresse "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":", puis cliquez sur G茅rer la validation en deux聽茅tapes."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez votre mot de passe dans le champ 芦聽Mot de passe associ茅 脿 votre compte聽禄, puis cliquez sur Configurer la validation en deux聽茅tapes."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"S茅lectionnez Vous n'avez pas de smartphone聽?, puis Activer l'utilisation des SMS."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez votre num茅ro de t茅l茅phone, puis cliquez sur Envoyez-moi le code par SMS. Nous vous enverrons un SMS avec un code 脿 six聽chiffres."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez le code 脿 six聽chiffres, puis cliquez sur Connecter le t茅l茅phone."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Suivez les instructions sur votre 茅cran pour terminer la configuration."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Veillez 脿 copier, imprimer ou enregistrer votre cl茅 de r茅cup茅ration d'urgence et 脿 la conserver dans un endroit s没r. Une cl茅 de r茅cup茅ration est essentielle pour r茅cup茅rer votre compte si vous perdez l'acc猫s 脿 votre app de v茅rification."}]}]},{"type":"paragraph","content":[{"type":"text","text":"Le tour est jou茅聽! La prochaine fois que vous vous connecterez 脿 votre compte聽Atlassian, consultez l'app de v茅rification ou les messages sur votre t茅l茅phone pour trouver le code 脿 six聽chiffres pour la deuxi猫me聽茅tape de connexion."}]},{"type":"paragraph","content":[{"type":"text","text":"Si vous rencontrez des probl猫mes, consultez notre section relative aux "},{"type":"text","text":"probl猫mes avec votre compte","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Connexion avec validation en deux聽茅tapes"}]},{"type":"paragraph","content":[{"type":"text","text":"Apr猫s avoir activ茅 la validation en deux聽茅tapes, vous aurez besoin de votre t茅l茅phone pour vous connecter聽:"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez votre adresse e-mail et votre mot de passe comme vous le faites normalement."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"R茅cup茅rez un nouveau code de v茅rification 脿 six聽chiffres. Proc茅dez comme suit聽:聽"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Ouvrez l'app de v茅rification sur votre smartphone et r茅cup茅rez le nouveau code 脿 six聽chiffres."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"V茅rifiez sur votre t茅l茅phone si vous recevez un SMS d'Atlassian avec le nouveau code 脿 six聽chiffres."}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez le code de v茅rification."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Si vous rencontrez des probl猫mes, consultez notre section relative aux "},{"type":"text","text":"probl猫mes avec votre compte","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"D茅sactiver la validation en deux聽茅tapes"}]},{"type":"paragraph","content":[{"type":"text","text":"Si vous d茅sactivez la validation en deux聽茅tapes, votre compte ne b茅n茅ficie plus de la protection d'une deuxi猫me聽茅tape de connexion."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Sur la page "},{"type":"text","text":"Validation en deux聽茅tapes","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage/two-step-verification"}},{"type":"underline"}]},{"type":"text","text":", saisissez le mot de passe associ茅 脿 votre compte, puis cliquez sur D茅verrouiller les param猫tres pour acc茅der 脿 vos param猫tres de validation en deux聽茅tapes. Vous ne verrez pas cette option si vous avez r茅cemment saisi votre mot de passe."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Sous 芦聽Param猫tres聽禄, cliquez sur D茅sactiver la validation en deux聽茅tapes."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Dans la bo卯te de dialogue de confirmation qui s'affiche, cliquez sur D茅sactiver聽 pour arr锚ter d'utiliser la validation en deux聽茅tapes."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Apr猫s avoir d茅sactiv茅 la validation en deux聽茅tapes, vous n'avez plus besoin de vous connecter avec votre app de v茅rification. Vous pouvez r茅activer la validation en deux聽茅tapes 脿 tout moment."}]},{"type":"paragraph","content":[{"type":"text","text":"Notez que si l'administrateur de votre organisation vous a demand茅 d'activer la validation en deux聽茅tapes et que vous la d茅sactivez sur votre compte, vous ne pourrez m锚me pas vous connecter pour la r茅activer. Reportez-vous 脿 la section relative 脿 la "},{"type":"text","text":"validation en deux聽茅tapes obligatoire","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":" pour en savoir plus."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"R茅cup茅rer votre compte"}]},{"type":"paragraph","content":[{"type":"text","text":"Si vous n'avez pas votre t茅l茅phone ou si ne pouvez pas acc茅der 脿 votre app de v茅rification, vous pouvez vous connecter 脿 votre compte聽Atlassian en utilisant la cl茅 de r茅cup茅ration d'urgence que vous avez cr茅茅e pr茅c茅demment."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Utiliser votre cl茅 de r茅cup茅ration d'urgence au lieu d'un code de v茅rification"}]},{"type":"paragraph","content":[{"type":"text","text":"Si vous n'avez pas de code de v茅rification, vous pouvez utiliser une cl茅 de r茅cup茅ration."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez votre adresse e-mail et votre mot de passe comme vous le faites normalement."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Lorsque l'茅cran demande un code de v茅rification, cliquez sur Vous n'avez pas votre t茅l茅phone聽?."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez votre cl茅 de r茅cup茅ration."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Vous recevrez une nouvelle cl茅 de r茅cup茅ration, car vous ne pouvez utiliser une cl茅 de r茅cup茅ration qu'une seule fois. Copiez, imprimez ou enregistrez votre nouvelle cl茅."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Si vous avez perdu votre cl茅 de r茅cup茅ration, reportez-vous 脿 notre section relative aux "},{"type":"text","text":"probl猫mes avec votre compte","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":" ou contactez le "},{"type":"text","text":"support聽Atlassian","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/"}},{"type":"underline"}]},{"type":"text","text":" pour r茅cup茅rer l'acc猫s 脿 votre compte."}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Cr茅er une cl茅 de r茅cup茅ration d'urgence"}]},{"type":"paragraph","content":[{"type":"text","text":"Si vous avez perdu votre cl茅 de r茅cup茅ration ou si vous craignez qu'un tiers en dispose, vous pouvez en cr茅er une autre, mais uniquement si vous ne vous 锚tes pas encore d茅connect茅."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Connectez-vous 脿 votre compte聽Atlassian 脿 l'adresse "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":", puis cliquez sur G茅rer la validation en deux聽茅tapes."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Saisissez le mot de passe associ茅 脿 votre compte, puis cliquez sur D茅verrouiller les param猫tres pour acc茅der 脿 vos param猫tres de validation en deux聽茅tapes. Cette option ne s'affiche pas si vous avez r茅cemment saisi votre mot de passe."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Cliquez sur Cr茅er une cl茅 de r茅cup茅ration d'urgence."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Suivez les instructions 脿 l'茅cran pour cr茅er une cl茅."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Veillez 脿 copier, imprimer ou enregistrer votre nouvelle cl茅 de r茅cup茅ration, mais prot茅gez-la comme tout autre mot de passe. Notez que cette nouvelle cl茅 de r茅cup茅ration remplace votre ancienne cl茅 de r茅cup茅ration."}]},{"type":"paragraph","content":[{"type":"text","text":"Si vous rencontrez des probl猫mes avec la validation en deux聽茅tapes, reportez-vous 脿 notre section relative aux "},{"type":"text","text":"probl猫mes avec votre compte","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"V茅rification en deux聽茅tapes obligatoire"}]},{"type":"paragraph","content":[{"type":"text","text":"Si votre compte聽Atlassian est g茅r茅, l'administrateur de votre organisation peut exiger que vous utilisiez la validation en deux聽茅tapes lorsque vous vous connectez."}]},{"type":"paragraph","content":[{"type":"text","text":"Le cas 茅ch茅ant聽:"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Vous recevrez un e-mail de votre administrateur vous indiquant qu'une validation en deux聽茅tapes est n茅cessaire et vous donnant les instructions pour l'activer."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Vous devrez activer la validation en deux聽茅tapes, comme d茅crit dans la section Activer la validation en deux聽茅tapes ci-dessus."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"D茅couvrez-en plus sur la "},{"type":"text","text":"validation en deux聽茅tapes obligatoire","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Jetons d'acc猫s API avec validation en deux聽茅tapes"}]},{"type":"paragraph","content":[{"type":"text","text":"Si vous activez la validation en deux聽茅tapes sur un compte utilis茅 par des scripts ou des services pour acc茅der aux API聽REST Atlassian聽Cloud, ce compte ne pourra pas utiliser de mot de passe pour l'authentification de base par rapport 脿 une API聽REST. Nous vous recommandons d'utiliser un jeton d'API 脿 la place, bien qu'un administrateur d'organisation puisse exclure le compte concern茅 de la validation en deux聽茅tapes. D茅couvrez-en plus sur les "},{"type":"text","text":"jetons d'API","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"paragraph","content":[{"type":"text","text":"Verifica莽茫o em duas etapas "}]},{"type":"paragraph","content":[{"type":"text","text":"A verifica莽茫o em duas etapas protege sua conta da Atlassian exigindo uma segunda etapa no login. Essa segunda etapa mant茅m sua conta segura, mesmo se sua senha for comprometida."}]},{"type":"paragraph","content":[{"type":"text","text":"Se sua conta da Atlassian for gerenciada, ent茫o o administrador de sua empresa pode exigir que voc锚 use a verifica莽茫o em duas etapas ao entrar. Leia mais sobre a "},{"type":"text","text":"verifica莽茫o em duas etapas for莽ada","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Como ativar a verifica莽茫o em duas etapas"}]},{"type":"paragraph","content":[{"type":"text","text":"A segunda etapa do login para a verifica莽茫o em duas etapas exige um c贸digo de verifica莽茫o de seis d铆gitos que voc锚 obt茅m de um aplicativo de verifica莽茫o em seu smartphone ou por mensagem de texto (SMS) em qualquer celular."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Use um aplicativo de verifica莽茫o em seu smartphone"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Instale um aplicativo como o "},{"type":"text","text":"Google Authenticator","marks":[{"type":"link","attrs":{"href":"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en"}},{"type":"underline"}]},{"type":"text","text":", "},{"type":"text","text":"Authy","marks":[{"type":"link","attrs":{"href":"https://authy.com/"}},{"type":"underline"}]},{"type":"text","text":" ou "},{"type":"text","text":"Duo","marks":[{"type":"link","attrs":{"href":"https://duo.com/product/trusted-users/two-factor-authentication/duo-mobile"}},{"type":"underline"}]},{"type":"text","text":" em seu telefone. Para links de download desses aplicativos, acesse "},{"type":"text","text":"atlassian.com/2step","marks":[{"type":"link","attrs":{"href":"http://id.atlassian.com/2step"}},{"type":"underline"}]},{"type":"text","text":" em seu celular."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Agora, entre em sua conta da Atlassian em "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" e clique em Gerenciar verifica莽茫o em duas etapas."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite a senha no campo \"Senha da conta\" e clique em Configurar a verifica莽茫o em duas etapas."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Siga as instru莽玫es na tela para terminar de configurar."}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Use mensagens de texto (SMS) em qualquer celular"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Entre em sua conta da Atlassian em "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" e clique em Gerenciar a verifica莽茫o em duas etapas."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite a senha no campo Senha da conta e clique em Configurar a verifica莽茫o em duas etapas."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Selecione N茫o tem um smartphone? e, em seguida, Ativar usando SMS."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite seu n煤mero de telefone e clique em Enviar SMS com c贸digo e receba uma mensagem de texto com um c贸digo de seis d铆gitos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite o c贸digo de seis d铆gitos e clique em Conectar telefone."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Siga as instru莽玫es na tela para terminar de configurar."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"脡 importante que voc锚 copie, imprima ou grave a chave de recupera莽茫o de emerg锚ncia e a mantenha em um lugar seguro. Uma chave de recupera莽茫o 茅 essencial para recuperar sua conta se voc锚 perder o acesso ao aplicativo de verifica莽茫o."}]}]},{"type":"paragraph","content":[{"type":"text","text":"Tudo pronto! Na pr贸xima vez que entrar em sua conta da Atlassian, verifique o aplicativo de verifica莽茫o ou as mensagens em seu telefone para encontrar o c贸digo de seis d铆gitos para a segunda etapa de entrada."}]},{"type":"paragraph","content":[{"type":"text","text":"Se voc锚 encontrar problemas, consulte a se莽茫o "},{"type":"text","text":"Problemas com sua conta","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Como entrar com verifica莽茫o em duas etapas"}]},{"type":"paragraph","content":[{"type":"text","text":"Assim que tiver ativado a verifica莽茫o em duas etapas, voc锚 vai precisar do seu telefone para entrar:"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite seu endere莽o de e-mail e senha como faz normalmente."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Obtenha um novo c贸digo de verifica莽茫o de seis d铆gitos por uma dessas formas:聽"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Abra o aplicativo de verifica莽茫o em seu smartphone e veja o novo c贸digo de seis d铆gitos."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Veja a mensagem de texto da Atlassian no seu telefone com o novo c贸digo de seis d铆gitos."}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite o c贸digo de verifica莽茫o."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Se voc锚 encontrar problemas, consulte a se莽茫o "},{"type":"text","text":"Problemas com sua conta","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Como desativar a verifica莽茫o em duas etapas"}]},{"type":"paragraph","content":[{"type":"text","text":"Se voc锚 desativar a verifica莽茫o em duas etapas, sua conta n茫o vai ter mais a prote莽茫o de uma segunda etapa no login."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Na p谩gina de "},{"type":"text","text":"Verifica莽茫o em duas etapas","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":", digite sua Senha da conta e clique em Configura莽玫es de desbloqueio para entrar em suas configura莽玫es de verifica莽茫o em duas etapas. Voc锚 n茫o vai ver essa op莽茫o se tiver digitado sua senha h谩 pouco tempo."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Em \"Configura莽玫es\", clique em Desativar a verifica莽茫o em duas etapas."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Na caixa de di谩logo de confirma莽茫o que aparece, clique em Desativar para parar de usar a verifica莽茫o em duas etapas."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Depois de desativar a verifica莽茫o em duas etapas, voc锚 n茫o tem mais que usar o aplicativo de verifica莽茫o para entrar. Voc锚 pode reativar a verifica莽茫o em duas etapas a qualquer momento."}]},{"type":"paragraph","content":[{"type":"text","text":"Esteja ciente de que, se o administrador da empresa exigiu que voc锚 tenha a verifica莽茫o em duas etapas ativada, e voc锚 a desativar em sua conta, n茫o vai conseguir entrar para a ativar outra vez. Consulte "},{"type":"text","text":"verifica莽茫o em duas etapas for莽ada","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":" para obter mais informa莽玫es."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Como recuperar sua conta"}]},{"type":"paragraph","content":[{"type":"text","text":"Se n茫o estiver com seu telefone ou n茫o conseguir acessar o aplicativo de verifica莽茫o, voc锚 pode entrar em sua conta da Atlassian usando a chave de recupera莽茫o de emerg锚ncia que criou antes."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Como usar sua chave de recupera莽茫o de emerg锚ncia em vez de um c贸digo de verifica莽茫o"}]},{"type":"paragraph","content":[{"type":"text","text":"Se n茫o tiver um c贸digo de verifica莽茫o, voc锚 pode usar sua chave de recupera莽茫o."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite seu endere莽o de e-mail e senha como faz normalmente."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Quando a tela pedir um c贸digo de verifica莽茫o, clique em N茫o consegue usar seu telefone?"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite sua chave de recupera莽茫o."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Voc锚 vai receber uma chave de recupera莽茫o nova, pois ela s贸 pode ser usada uma 煤nica vez. Copie, imprima ou grave sua chave nova."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Se voc锚 perdeu sua chave de recupera莽茫o, consulte a se莽茫o "},{"type":"text","text":"Problemas com sua conta","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":" ou entre em contato com o "},{"type":"text","text":"Suporte da Atlassian","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/"}},{"type":"underline"}]},{"type":"text","text":" para voltar 脿 sua conta."}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Como criar uma chave de recupera莽茫o de emerg锚ncia nova"}]},{"type":"paragraph","content":[{"type":"text","text":"Se voc锚 perdeu sua chave de recupera莽茫o ou desconfia que outra pessoa tenha acesso a ela, 茅 poss铆vel criar uma chave nova, mas apenas se voc锚 n茫o se desconectou."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Entre em sua conta da Atlassian em "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" e clique em Gerenciar a verifica莽茫o em duas etapas."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Digite sua Senha da conta e clique em Configura莽玫es de desbloqueio para acessar as configura莽玫es de verifica莽茫o em duas etapas. Voc锚 n茫o vai ver essa op莽茫o se digitou sua senha h谩 pouco tempo."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Clique em Criar nova chave de recupera莽茫o de emerg锚ncia."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Siga as instru莽玫es em sua tela para criar uma nova chave."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"脡 importante que voc锚 copie, imprima ou grave a nova chave de recupera莽茫o, mas n茫o esque莽a de tratar a chave com o mesmo n铆vel de seguran莽a que qualquer outra senha. Observe que a nova chave de recupera莽茫o substitui a anterior."}]},{"type":"paragraph","content":[{"type":"text","text":"Se tiver problemas com a verifica莽茫o em duas etapas, confira a se莽茫o "},{"type":"text","text":"Problemas com sua conta","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Verifica莽茫o em duas etapas obrigat贸rias"}]},{"type":"paragraph","content":[{"type":"text","text":"Se sua conta da Atlassian for gerenciada, ent茫o o administrador de sua organiza莽茫o pode exigir que voc锚 use a verifica莽茫o em duas etapas ao entrar."}]},{"type":"paragraph","content":[{"type":"text","text":"Quando isso acontecer:"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Voc锚 vai receber um e-mail do administrador dizendo que a verifica莽茫o em duas etapas 茅 exigida e indicando as instru莽玫es para a ativa莽茫o."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Voc锚 vai precisar ativar a verifica莽茫o em duas etapas como descrito na se莽茫o Ativar verifica莽茫o em duas etapas acima."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Leia mais sobre a "},{"type":"text","text":"verifica莽茫o em duas etapas for莽ada","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Tokens de acesso a API com verifica莽茫o em duas etapas"}]},{"type":"paragraph","content":[{"type":"text","text":"Se voc锚 ativar a verifica莽茫o em duas etapas em uma conta que 茅 usada por scripts ou servi莽os para acessar as APIs REST do Atlassian Cloud, ent茫o essa conta n茫o vai conseguir usar uma senha para autentica莽茫o b谩sica de uma API REST. A Atlassian recomenda que voc锚 use um token de API, embora o administrador da organiza莽茫o possa excluir a conta em quest茫o da verifica莽茫o em duas etapas. Leia mais sobre "},{"type":"text","text":"tokens de API","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"paragraph","content":[{"type":"text","text":"Zwei-Faktor-Authentifizierung "}]},{"type":"paragraph","content":[{"type":"text","text":"Bei der Zwei-Faktor-Authentifizierung wird Ihr Atlassian-Konto durch einen verpflichtenden zweiten Login-Schritt gesch眉tzt. Dieser zweite Schritt sorgt daf眉r, dass Ihr Konto auch dann sicher bleibt, wenn Ihr Passwort in falsche H盲nde gelangt."}]},{"type":"paragraph","content":[{"type":"text","text":"Wenn es sich bei Ihrem Atlassian-Konto um ein verwaltetes Konto handelt, kann der Administrator Ihres Unternehmens die Zwei-Faktor-Authentifizierung zum Einloggen vorschreiben. Informieren Sie sich 眉ber die "},{"type":"text","text":"verpflichtende Zwei-Faktor-Authentifizierung","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Aktivieren der Zwei-Faktor-Authentifizierung"}]},{"type":"paragraph","content":[{"type":"text","text":"F眉r den zweiten Login-Schritt bei der Zwei-Faktor-Authentifizierung ist ein sechsstelliger Verifizierungscode erforderlich, den Sie entweder mit einer Verifizierungs-App auf Ihrem Smartphone oder per SMS auf einem beliebigen Mobiltelefon abrufen k枚nnen."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Verwenden einer Verifizierungs-App auf Ihrem Smartphone"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Installieren Sie auf Ihrem Smartphone eine App wie "},{"type":"text","text":"Google Authenticator","marks":[{"type":"link","attrs":{"href":"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en"}},{"type":"underline"}]},{"type":"text","text":", "},{"type":"text","text":"Authy","marks":[{"type":"link","attrs":{"href":"https://authy.com/"}},{"type":"underline"}]},{"type":"text","text":" oder "},{"type":"text","text":"Duo","marks":[{"type":"link","attrs":{"href":"https://duo.com/product/trusted-users/two-factor-authentication/duo-mobile"}},{"type":"underline"}]},{"type":"text","text":". Die Download-Links f眉r diese Apps erhalten Sie, wenn Sie auf dem Smartphone "},{"type":"text","text":"atlassian.com/2step","marks":[{"type":"link","attrs":{"href":"http://id.atlassian.com/2step"}},{"type":"underline"}]},{"type":"text","text":" aufrufen."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Loggen Sie sich nun unter "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" bei Ihrem Atlassian-Konto ein, und klicken Sie auf Manage two-step verification (Zwei-Faktor-Authentifizierung verwalten)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie das Passwort f眉r Ihr Konto im Feld \"Account password\" (Kontopasswort) ein, und klicken Sie dann auf Set up two-step verification (Zwei-Faktor-Authentifizierung einrichten)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Befolgen Sie die angezeigten Anweisungen, um die Einrichtung abzuschlie脽en."}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Verwenden von SMS auf einem Mobiltelefon"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Loggen Sie sich unter "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" bei Ihrem Atlassian-Konto ein, und klicken Sie auf Manage two-step verification (Zwei-Faktor-Authentifizierung verwalten)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie das Passwort f眉r Ihr Konto im Feld Account password (Kontopasswort) ein, und klicken Sie dann auf Set up two-step verification (Zwei-Faktor-Authentifizierung einrichten)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"W盲hlen Sie Don't have a smartphone? (Sie haben kein Smartphone?) aus und klicken Sie dann auf Enable using SMS (Unter Verwendung von SMS aktivieren)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie Ihre Telefonnummer ein, und klicken Sie dann auf Send SMS with code (SMS mit Code senden). Sie erhalten daraufhin eine SMS mit einem sechsstelligen Code."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie den sechsstelligen Code ein und klicken Sie dann auf Connect phone (Telefon verbinden)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Befolgen Sie die angezeigten Anweisungen, um die Einrichtung abzuschlie脽en."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Denken Sie daran, Ihren Notfallwiederherstellungsschl眉ssel zu kopieren, auszudrucken oder zu notieren und ihn an einem sicheren Ort aufzubewahren. Sie ben枚tigen den Wiederherstellungsschl眉ssel zum Wiederherstellen Ihres Kontos, falls Sie keinen Zugriff mehr auf die Verifizierungs-App haben."}]}]},{"type":"paragraph","content":[{"type":"text","text":"Die Einrichtung ist damit abgeschlossen. Wenn Sie sich das n盲chste Mal bei Ihrem Atlassian-Konto einloggen, suchen Sie entweder in der Verifizierungs-App oder bei den SMS auf Ihrem Mobiltelefon nach dem sechsstelligen Code f眉r den zweiten Login-Schritt."}]},{"type":"paragraph","content":[{"type":"text","text":"Sollten Probleme auftreten, lesen Sie den Abschnitt zu "},{"type":"text","text":"Problemen mit Ihrem Konto","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Einloggen mit Zwei-Faktor-Authentifizierung"}]},{"type":"paragraph","content":[{"type":"text","text":"Wenn Sie die Zwei-Faktor-Authentifizierung aktiviert haben, ben枚tigen Sie Ihr Mobiltelefon zum Einloggen:"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie Ihre E-Mail-Adresse und Ihr Passwort wie gewohnt ein."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Rufen Sie einen sechsstelligen Verifizierungscode ab. Sie haben dazu zwei M枚glichkeiten:聽"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"脰ffnen Sie auf Ihrem Smartphone die Verifizierungs-App und rufen Sie den neuen sechsstelligen Code ab."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Suchen Sie auf Ihrem Mobiltelefon nach einer SMS von Atlassian mit dem neuen sechsstelligen Code."}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie den Verifizierungscode ein."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Sollten Probleme auftreten, lesen Sie den Abschnitt zu "},{"type":"text","text":"Problemen mit Ihrem Konto","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Deaktivieren der Zwei-Faktor-Authentifizierung"}]},{"type":"paragraph","content":[{"type":"text","text":"Wenn Sie die Zwei-Faktor-Authentifizierung deaktivieren, wird Ihr Atlassian-Konto nicht mehr durch einen zweiten Login-Schritt gesch眉tzt."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie auf der Seite "},{"type":"text","text":"Two-step verification","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage/two-step-verification"}},{"type":"underline"}]},{"type":"text","text":" (Zwei-Faktor-Authentifizierung) unter Account password (Kontopasswort) Ihr Passwort ein, und klicken Sie dann auf Unlock settings (Einstellungen entsperren), um auf Ihre Einstellungen f眉r die Zwei-Faktor-Authentifizierung zuzugreifen. Diese Option wird nicht angezeigt, wenn Sie erst k眉rzlich Ihr Passwort eingegeben haben."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Klicken Sie unter \"Settings\" (Einstellungen) auf Disable two-step verification (Zwei-Faktor-Authentifizierung deaktivieren)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Klicken Sie im daraufhin angezeigten Best盲tigungsdialogfeld auf Disable (Deaktivieren), um die Zwei-Faktor-Authentifizierung k眉nftig nicht mehr zu verwenden."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Nachdem Sie die Zwei-Faktor-Authentifizierung deaktiviert haben, m眉ssen Sie sich nicht mehr mithilfe der Verifizierungs-App einloggen. Sie k枚nnen die Zwei-Faktor-Authentifizierung jederzeit wieder aktivieren."}]},{"type":"paragraph","content":[{"type":"text","text":"Achtung: Wenn der Administrator Ihres Unternehmens Sie zum Aktivieren der Zwei-Faktor-Authentifizierung verpflichtet hat und Sie die Zwei-Faktor-Authentifizierung in Ihrem Konto deaktivieren, k枚nnen Sie sich nicht mehr einloggen, um sie wieder zu aktivieren. Weitere Informationen finden Sie unter "},{"type":"text","text":"Verpflichtende Zwei-Faktor-Authentifizierung","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Wiederherstellen Ihres Kontos"}]},{"type":"paragraph","content":[{"type":"text","text":"Wenn Sie Ihr Mobiltelefon nicht dabei haben oder nicht auf die Verifizierungs-App zugreifen k枚nnen, besteht die M枚glichkeit, sich mit dem zuvor erstellten Notfallwiederherstellungsschl眉ssel bei Ihrem Atlassian-Konto einzuloggen."}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Verwenden des Notfallwiederherstellungsschl眉ssels statt eines Verifizierungscodes"}]},{"type":"paragraph","content":[{"type":"text","text":"Wenn Sie keinen Verifizierungscode zur Verf眉gung haben, k枚nnen Sie stattdessen den Wiederherstellungsschl眉ssel nutzen."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie Ihre E-Mail-Adresse und Ihr Passwort wie gewohnt ein."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Wenn Sie nach einem Verifizierungscode gefragt werden, klicken Sie stattdessen auf Can't use your phone? (Sie k枚nnen Ihr Mobiltelefon nicht verwenden?)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie Ihren Wiederherstellungsschl眉ssel ein."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Sie erhalten einen neuen Wiederherstellungsschl眉ssel, weil dieser jeweils nur einmal verwendet werden kann. Kopieren, drucken oder speichern Sie den neuen Schl眉ssel."}]}]}]},{"type":"panel","attrs":{"panelType":"info"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Falls Sie Ihren Wiederherstellungsschl眉ssel verloren haben, lesen Sie den Abschnitt zu "},{"type":"text","text":"Problemen mit Ihrem Konto","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":", oder wenden Sie sich an den "},{"type":"text","text":"Atlassian-Support","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/"}},{"type":"underline"}]},{"type":"text","text":", um wieder Zugriff auf Ihr Konto zu erhalten."}]}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Erstellen eines neuen Notfallwiederherstellungsschl眉ssels"}]},{"type":"paragraph","content":[{"type":"text","text":"Wenn Sie Ihren Wiederherstellungsschl眉ssel verloren haben oder vermuten, dass er in falsche H盲nde gelangt ist, k枚nnen Sie einen neuen Schl眉ssel erstellen, sofern Sie noch nicht ausgeloggt sind."}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Loggen Sie sich unter "},{"type":"text","text":"https://id.atlassian.com/manage-profile/security","marks":[{"type":"link","attrs":{"href":"https://id.atlassian.com/manage-profile/security"}},{"type":"underline"}]},{"type":"text","text":" bei Ihrem Atlassian-Konto ein, und klicken Sie auf Manage two-step verification (Zwei-Faktor-Authentifizierung verwalten)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Geben Sie unter Account password (Kontopasswort) Ihr Passwort ein, und klicken Sie dann auf Unlock settings (Einstellungen entsperren), um auf Ihre Einstellungen f眉r die Zwei-Faktor-Authentifizierung zuzugreifen. Diese Option wird nicht angezeigt, wenn Sie erst k眉rzlich Ihr Passwort eingegeben haben."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Klicken Sie auf Create new emergency recovery key (Neuen Notfallwiederherstellungsschl眉ssel erstellen)."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Befolgen Sie die angezeigten Anweisungen, um einen neuen Schl眉ssel zu erstellen."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Denken Sie daran, Ihren Notfallwiederherstellungsschl眉ssel zu kopieren, auszudrucken oder zu notieren. Bewahren Sie ihn jedoch genauso sicher auf wie jedes andere Passwort. Beachten Sie, dass der neue Wiederherstellungsschl眉ssel den alten Schl眉ssel ersetzt."}]},{"type":"paragraph","content":[{"type":"text","text":"Sollten bei der Zwei-Faktor-Authentifizierung Probleme auftreten, lesen Sie den Abschnitt zu "},{"type":"text","text":"Problemen mit Ihrem Konto","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/login-issues-related-to-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Verpflichtende 脺berpr眉fung in zwei Schritten"}]},{"type":"paragraph","content":[{"type":"text","text":"Wenn es sich bei Ihrem Atlassian-Konto um ein verwaltetes Konto handelt, kann der Administrator Ihres Unternehmens die Zwei-Faktor-Authentifizierung zum Einloggen vorschreiben."}]},{"type":"paragraph","content":[{"type":"text","text":"F眉r Sie bedeutet dies:"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Sie erhalten eine E-Mail von Ihrem Administrator, die Sie dar眉ber informiert, dass die Zwei-Faktor-Authentifizierung jetzt verpflichtend ist, und Sie auf eine Anleitung zum Aktivieren der Zwei-Faktor-Authentifizierung verweist."}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Sie m眉ssen die Zwei-Faktor-Authentifizierung wie im Abschnitt Aktivieren der Zwei-Faktor-Authentifizierung oben beschrieben aktivieren."}]}]}]},{"type":"paragraph","content":[{"type":"text","text":"Informieren Sie sich 眉ber die "},{"type":"text","text":"verpflichtende Zwei-Faktor-Authentifizierung","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/"}},{"type":"underline"}]},{"type":"text","text":"."}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"API-Zugriffstoken bei der Zwei-Faktor-Authentifizierung"}]},{"type":"paragraph","content":[{"type":"text","text":"Wenn Sie die Zwei-Faktor-Authentifizierung f眉r ein Konto aktivieren, das von Skripts oder Services f眉r den Zugriff auf Atlassian Cloud-REST-APIs genutzt wird, kann bei diesem Konto kein Passwort zur grundlegenden Authentifizierung gegen眉ber der REST-API verwendet werden. Ein Administrator des Unternehmens k枚nnte das betroffene Konto zwar von der Zwei-Faktor-Authentifizierung ausnehmen, aber wir empfehlen Ihnen, stattdessen ein API-Token zu nutzen. Erfahren Sie mehr 眉ber "},{"type":"text","text":"API-Token","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/"}},{"type":"underline"}]},{"type":"text","text":"."}]}]}},{"id":"5Pr87H6T8qJDU2EUC9W7D6","title":"Protect your Atlassian account","description":"Take these steps to protect your accounts and information.","url":"/atlassian-account/docs/protect-your-atlassian-account/","lastPublished":"2023-10-06T18:55:50.646Z","pageType":"topic","body":{"type":"doc","content":[{"type":"heading","attrs":{"level":1},"content":[{"text":"Protect your Atlassian account","type":"text"}]},{"type":"paragraph","content":[{"text":"At Atlassian your security matters to us. Help us keep your account and information safe. We recommend following the steps below regularly.","type":"text"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Change the passwords for your online accounts","type":"text","marks":[{"type":"strong"}]},{"text":"聽(including your email accounts) and use a different password for each. Particularly if they use the same credentials you used for your Atlassian account.","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Enable two-step verification聽","type":"text","marks":[{"type":"strong"}]},{"text":"for","type":"text"},{"text":"聽","type":"text","marks":[{"type":"strong"}]},{"text":"your account to require an extra step when you log in to your account. Learn how to聽","type":"text"},{"text":"set up two-step verification","type":"text","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-two-step-verification-for-your-atlassian-account/"}}]},{"text":".","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Use an API token","type":"text","marks":[{"type":"strong"}]},{"text":"聽for Jira and Confluence REST API basic authentication. Learn more about聽","type":"text"},{"text":"API tokens","type":"text","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/"}}]},{"text":".","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"If you use Bitbucket:","type":"text"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Review your account's sessions history and audit logs in Bitbucket聽","type":"text","marks":[{"type":"strong"}]},{"text":"(once you log in) to ensure no one other than you has made changes.","type":"text"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Use an SSH key","type":"text","marks":[{"type":"strong"}]},{"text":"聽when performing Git operations.聽","type":"text"},{"text":"Learn more about SSH keys.","type":"text","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/"}}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Whitelist your IP addresses","type":"text","marks":[{"type":"strong"}]},{"text":"聽so that users can only access your","type":"text"},{"text":"聽","type":"text","marks":[{"type":"em"},{"type":"strong"}]},{"text":"Bitbucket content from those IP addresses. You must be a Bitbucket team admin (or account owner) to聽","type":"text"},{"text":"whitelist IP addresses","type":"text","marks":[{"type":"link","attrs":{"href":"https://support.atlassian.com/bitbucket-cloud/docs/control-access-to-private-content-in-a-workspace/"}}]},{"text":".","type":"text"}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"text":"Use a password manager","type":"text","marks":[{"type":"strong"}]},{"text":"聽to help you generate and store strong passwords.","type":"text"}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Stay secure when login details are stolen","type":"text"}]},{"type":"paragraph","content":[{"text":"We have security measures in place to detect whether your password is on a list of login details that have been stolen during another company鈥檚 breach.","type":"text"}]},{"type":"paragraph","content":[{"text":"When we detect that you鈥檙e using the same password for your Atlassian account to log in to the website of a company that鈥檚 been breached, we invalidate your password and require you to set a new one as a precautionary measure. This helps to keep your Atlassian account secure and prevent attackers from gaining unauthorized access.","type":"text"}]},{"type":"paragraph","content":[{"text":"If this happens, you鈥檒l see an on-screen notification when you try to log in and we鈥檒l send an email with more information. Follow the steps in the notification or email to set your new password.","type":"text"}]}],"version":1}}],"deployment":"Not Applicable","collections":[{"id":"63KW7O8fBfVJRuPM4QwDSN","pageType":"Documentation","title":"Get access to your Atlassian cloud products","description":"Discover important Atlassian cloud account log in information, including troubleshooting problems.","url":"/atlassian-account/docs/get-access-to-your-atlassian-cloud-products/"},{"id":"6BnuCtp4Xt8CrSpeMxZmsT","pageType":"Documentation","title":"Manage your Atlassian account","description":"Make changes to your individual Atlassian account profile.","url":"/atlassian-account/docs/manage-your-atlassian-account/"},{"id":"773uFzBviNI1Cx5ZdIxkvV","pageType":"Documentation","title":"Keep your Atlassian account secure","description":"Follow steps and best practices to protect your account.","url":"/atlassian-account/docs/keep-your-atlassian-account-secure/"},{"id":"6TFXXydUYGlAfbSx4taNwE","pageType":"Documentation","title":"Work with Atlassian teams across your products","description":"Learn how to create and manage your Atlassian teams and profiles.","url":"/atlassian-account/docs/work-with-atlassian-teams-across-your-products/"}],"relatedAppReferences":[],"metadata":{"id":"dyFjaGJmZa6WQ84OA84SU","type":"sitewideMetadata","publisher":"Atlassian","language":"en-US","license":"Except where otherwise noted, content in this space is licensed under a <a href=\"https://creativecommons.org/licenses/by/2.5/au/\">Creative Commons Attribution 2.5 Australia License</a>.","logo":"https://images.ctfassets.net/zsv3d0ugroxu/4usk6GCfTOCSKCwCQykYIu/34d7ed0904d9a0274fb906f86f51e1e1/Atlassian-vertical-blue-onecolor-rgb.svg","brand":"Atlassian","legalName":"Atlassian Corporation Plc","owns":"Jira Software,Jira Service Management,Jira Work Management,Jira Align,Confluence,Hipchat,Bitbucket,Bamboo,Crucible,Crowd,Sourcetree,OpsGenie,Statuspage,Trello,Halp,Mindville","siteName":"Atlassian Support"},"header":{"id":"3wZXajO6t2W8mUgA486Wai","type":"globalHeader","cloudProducts":[{"sys":{"id":"3yydXRuQ88gGCKOyYsAGaU"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Project and issue tracking","url":"jira-software-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/3tdm6nuuJrPlizPLgkWqZ5/d0a7942804abf2f8f6737197be1fc7f4/logo-light_Jira_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"jirasoftware"},"productName":"Jira Software"},"deploymentUrls":{"cloud":"/jira-software-cloud/"},"id":"3yydXRuQ88gGCKOyYsAGaU"},{"sys":{"id":"1gXBh54v1sayA6w8yowM8u"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Service management and customer support","url":"jira-service-management-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5DppKv8q5q206zQzIRDKQq/f31b8874021ee7d6dd54389f902b1421/logo-light_Jira-Service-Management_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"jiraservicedesk"},"productName":"Jira Service Management"},"deploymentUrls":{"cloud":"/jira-service-management-cloud/"},"id":"1gXBh54v1sayA6w8yowM8u"},{"sys":{"id":"4z1mIelYHYwE6ugCuqEg0y"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Document collaboration","url":"confluence-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5VucmXIhBRYyBXA9ygFJ3Y/5082d769a81934af185dcf109b29f628/logo-light_Confluence_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"confluence"},"productName":"Confluence"},"deploymentUrls":{"cloud":"/confluence-cloud/"},"id":"4z1mIelYHYwE6ugCuqEg0y"},{"sys":{"id":"UhZk1Nq8UMkcuUsy6sI4C"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Git code management","url":"bitbucket-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1g4197x84jic8a1P3b3IGT/1a752272b12824d3a3df4bc1e7dd2c53/logo-light_Bitbucket_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"bitbucket"},"productName":"Bitbucket"},"deploymentUrls":{"cloud":"/bitbucket-cloud/"},"id":"UhZk1Nq8UMkcuUsy6sI4C"},{"sys":{"id":"7aO3e0I67vVoQJXGXm2pjr"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Work more collaboratively and get more done","url":"trello","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1j6nvsJ8txgcxgy3Vmk4aO/e3b6d56c299ae744c2f4b8109cf1a482/logo-light_Trello_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"3Pgvsvt3uylBV25qaoU8ui"},"productName":"Trello"},"deploymentUrls":{"cloud":"/trello/"},"id":"7aO3e0I67vVoQJXGXm2pjr"},{"sys":{"id":"OBPfqfSG24X1AQ74Oc9ob"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Rovo is helps your team find knowledge, learn from it and create action鈥攖hrough the power of AI.","url":"rovo","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/7GLXCkFtxe0MUSfmTNdrPL/1a042c58b850d16c6eb3339dc4532c0d/logo-light_Rovo_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"1wFXee3vB0OUMBK6dJ5ncZ"},"productName":"Rovo"},"deploymentUrls":{"cloud":"/rovo/"},"id":"OBPfqfSG24X1AQ74Oc9ob"},{"sys":{"id":"74UlBDi4bbCZFw5rNyxpjj"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Loom is the video communication platform for async work.","url":"loom","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1WJwDTYFClxfJJUOrhlevh/ea49afae7832f279d4769d04b004217e/Loom_blue.svg"},"productNameReference":{"sys":{"id":"6TYrk1y0pRJilwiT69uMgM"},"productName":"Loom"},"deploymentUrls":{"cloud":"/loom/"},"id":"74UlBDi4bbCZFw5rNyxpjj"},{"sys":{"id":"1IrNp77C6KQk9FZ7y8V1f2"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Mission control for your distributed architecture","url":"compass","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/3UAMHJdzO6e6NhYGD07Ugg/bf460d12761faed44a807bf7eb8a8c45/logo-light_Compass_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"1ndBBFKwZNMEzDmJzMd6Wo"},"productName":"Compass"},"deploymentUrls":{"cloud":"/compass/"},"id":"1IrNp77C6KQk9FZ7y8V1f2"},{"sys":{"id":"10SbTAPoOxxVcyZMNH20Kf"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Your team鈥檚 home for product discovery","url":"jira-product-discovery","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/UoGuPi0Q5W6nxm8P76Zun/7ff53cd380f66b6fe1dc27b8a9fd645a/logo-light_Jira-Product-Discovery_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"22bKMdHH2crmVtvOW4gfGg"},"productName":"Jira Product Discovery"},"deploymentUrls":{"cloud":"/jira-product-discovery/"},"id":"10SbTAPoOxxVcyZMNH20Kf"},{"sys":{"id":"2QnaIiOyGAeI4aWeg4y8ms"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Manage any business project","url":"jira-work-management","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/3vfg7u3DhUSKK0pXuJ88hK/5619c55b3e05a43bee3af77f4e293824/JWM.svg"},"productNameReference":{"sys":{"id":"7kTpVjbv8bjQ67yVJiWQyh"},"productName":"Jira Work Management"},"deploymentUrls":{"cloud":"/jira-work-management/"},"id":"2QnaIiOyGAeI4aWeg4y8ms"},{"sys":{"id":"53Ep5GwhITPflhp1tT1Ale"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Unlock the agility of your enterprise","url":"jira-align","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/6eS3KCOum0OuJfHEBmhIy6/32785683c67d135aae596e6e66ec9646/logo-light_Jira-Align_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"jiraalign"},"productName":"Jira Align"},"deploymentUrls":{"cloud":"/jira-align/"},"id":"53Ep5GwhITPflhp1tT1Ale"},{"sys":{"id":"5t76PH9Mw7zagigkXzUa8H"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Modern incident management","url":"opsgenie","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/3Mgc7MIYvTJ3EQ3ghceiVk/76c6a20b69802c434b973cb8098d490a/logo-light_Opsgenie_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"opsgenie"},"productName":"Opsgenie"},"deploymentUrls":{"cloud":"/opsgenie/"},"id":"5t76PH9Mw7zagigkXzUa8H"},{"sys":{"id":"70RA5tkL23bUJmCn3bDjGy"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Build trust with every incident","url":"statuspage","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/39aRd69G7mmkTG6yY8H0EV/857285af871d13d1b6290d360a7cea67/logo-light_Statuspage_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"statuspage"},"productName":"Statuspage"},"deploymentUrls":{"cloud":"/statuspage/"},"id":"70RA5tkL23bUJmCn3bDjGy"},{"sys":{"id":"2U16wQipiL90JdLzRQMkon"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Focus drives enterprise-wide outcomes by connecting strategic priorities to goals and the supporting work and funds.","url":"focus","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5FToPwIc7QDnUPrVjacYoP/8ffbd2cd00e82736e3d45b1f26cc7016/logo-light_Focus_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"6rR5KiykJPeEyCIAMDCQ6p"},"productName":"Focus"},"deploymentUrls":{"cloud":"/focus/"},"id":"2U16wQipiL90JdLzRQMkon"},{"sys":{"id":"GRwdL69kctHpHtKJ7zcJ1"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"A teamwork directory","url":"platform-experiences","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1EJJvH8M9OzrklPFmjq3Cg/e476c435a1743db02b9c811ae7a6a0e8/logo-light_Atlassian_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"6kdRPGfYiLXS40s5lykYaS"},"productName":"Platform experiences"},"deploymentUrls":{"cloud":"/platform-experiences/"},"id":"GRwdL69kctHpHtKJ7zcJ1"},{"sys":{"id":"6wktSePjIQKs6KcqcCeyEO"},"version":"Not Applicable","deployment":"Cloud","productBlurb":null,"url":"team-calendars-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5VucmXIhBRYyBXA9ygFJ3Y/5082d769a81934af185dcf109b29f628/logo-light_Confluence_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"teamcalendars"},"productName":"Team Calendars"},"deploymentUrls":{"cloud":"/team-calendars-cloud/"},"id":"6wktSePjIQKs6KcqcCeyEO"},{"sys":{"id":"1wFo6tw3l6OQYIoCoW04MW"},"version":"Not Applicable","deployment":"Cloud","productBlurb":null,"url":"questions-for-confluence-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5VucmXIhBRYyBXA9ygFJ3Y/5082d769a81934af185dcf109b29f628/logo-light_Confluence_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"questionsforconfluence"},"productName":"Questions for Confluence"},"deploymentUrls":{"cloud":"/questions-for-confluence-cloud/"},"id":"1wFo6tw3l6OQYIoCoW04MW"},{"sys":{"id":"2z0gZxjenWQMWqIqUIqSWw"},"version":"Not Applicable","deployment":"Cloud","productBlurb":null,"url":"cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1EJJvH8M9OzrklPFmjq3Cg/e476c435a1743db02b9c811ae7a6a0e8/logo-light_Atlassian_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"atlassiancloud"},"productName":"Atlassian Cloud"},"deploymentUrls":{"cloud":"/cloud/"},"id":"2z0gZxjenWQMWqIqUIqSWw"},{"sys":{"id":"5H0E33RpbSIBhC4Rf3X6sK"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Data visualization and analytics","url":"analytics","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1LlGSRpoyIRimE0F2CabNM/9c8a89a7196fe549fbb855c8597776fe/logo-light_Atlassian-Analytics_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"4114hkTUsuTHRSjjQUd8Dd"},"productName":"Atlassian Analytics"},"deploymentUrls":{"cloud":"/analytics/"},"id":"5H0E33RpbSIBhC4Rf3X6sK"}],"serverProducts":[{"sys":{"id":"kvr1LpMbeXQeqBF6BJG5S"},"version":"Latest","deployment":"Server","productBlurb":"Project and issue tracking","url":"jira-software-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1Ba3KU2ckjAMmeYoL9DgjO/e6710a37425ab1695046803d32c2db70/Jira_Software.svg"},"productNameReference":{"sys":{"id":"jirasoftware"},"productName":"Jira Software"},"deploymentUrls":{"server":"/jira-software-server/"},"id":"kvr1LpMbeXQeqBF6BJG5S"},{"sys":{"id":"1XBrxhXDoqegKhDG1BLAvI"},"version":"Latest","deployment":"Server","productBlurb":"Service management and customer support","url":"jira-service-management-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5DppKv8q5q206zQzIRDKQq/f31b8874021ee7d6dd54389f902b1421/logo-light_Jira-Service-Management_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"jiraservicedesk"},"productName":"Jira Service Management"},"deploymentUrls":{"server":"/jira-service-management-server/"},"id":"1XBrxhXDoqegKhDG1BLAvI"},{"sys":{"id":"1F1m8sxD1tMlsaORRYGD1f"},"version":"Latest","deployment":"Server","productBlurb":"Manage any business project","url":"jira-core-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/33jpVupw41aFgHx33pk79p/9fc5a1d056827ace938a74dd3a825f1e/jira_core_flat.svg"},"productNameReference":{"sys":{"id":"jiracore"},"productName":"Jira Core"},"deploymentUrls":{"server":"/jira-core-server/"},"id":"1F1m8sxD1tMlsaORRYGD1f"},{"sys":{"id":"zifyQJ8ZmqvAmcXgWIWSR"},"version":"Latest","deployment":"Server","productBlurb":"Document collaboration","url":"confluence-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5VucmXIhBRYyBXA9ygFJ3Y/5082d769a81934af185dcf109b29f628/logo-light_Confluence_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"confluence"},"productName":"Confluence"},"deploymentUrls":{"server":"/confluence-server/"},"id":"zifyQJ8ZmqvAmcXgWIWSR"},{"sys":{"id":"5nDH84LjHRq8Opn1Tmt2an"},"version":"Latest","deployment":"Server","productBlurb":"Git code management","url":"bitbucket-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1g4197x84jic8a1P3b3IGT/1a752272b12824d3a3df4bc1e7dd2c53/logo-light_Bitbucket_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"bitbucket"},"productName":"Bitbucket"},"deploymentUrls":{"server":"/bitbucket-server/"},"id":"5nDH84LjHRq8Opn1Tmt2an"},{"sys":{"id":"6aFX6UNeJUogMmuSW04uEO"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"bamboo","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/3DpPNPOUpDyuOyzNTU0WhT/883c9475bbc82c16e9334e47d0c3cd81/logo-light_Bamboo_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"bamboo"},"productName":"Bamboo"},"deploymentUrls":{"server":"/bamboo/"},"id":"6aFX6UNeJUogMmuSW04uEO"},{"sys":{"id":"4pI1aZ1P4QW82KKcU2o2A2"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"crowd","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/7C9qBlldQMCQQmZYW9cKST/d9b5609c85b500bb065c99e38cf1a80a/logo-light_Crowd_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"crowd"},"productName":"Crowd"},"deploymentUrls":{"server":"/crowd/"},"id":"4pI1aZ1P4QW82KKcU2o2A2"},{"sys":{"id":"5F7bce6w8w0eMqeqeGSa42"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"crucible","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/Bmzjg8Jf9IjaKxJJRsdyg/18618a0ed9fb4c119be53772b6657197/logo-light_Crucible_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"crucible"},"productName":"Crucible"},"deploymentUrls":{"server":"/crucible/"},"id":"5F7bce6w8w0eMqeqeGSa42"},{"sys":{"id":"x5esi3PpaoAAaekGEGWqY"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"fisheye","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1JPhscmMbQTiP584fioarJ/68c65896f78db9c082c74f029dfe14ba/logo-light_Fisheye_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"fisheye"},"productName":"Fisheye"},"deploymentUrls":{"server":"/fisheye/"},"id":"x5esi3PpaoAAaekGEGWqY"},{"sys":{"id":"6DftT4SP0A6eiAkISKuu6Y"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"sourcetree","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/7r8051IqGKLJPwloKRYSVB/1a9b1a101e4419823993cfe79ae8f023/logo-light_Sourcetree_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"sourcetree"},"productName":"Sourcetree"},"deploymentUrls":{"server":"/sourcetree/"},"id":"6DftT4SP0A6eiAkISKuu6Y"},{"sys":{"id":"6pcStE2pewRQyCtz7yHnm1"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"advanced-roadmaps-for-jira-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/33jpVupw41aFgHx33pk79p/9fc5a1d056827ace938a74dd3a825f1e/jira_core_flat.svg"},"productNameReference":{"sys":{"id":"portfolioforjira"},"productName":"Advanced Roadmaps for Jira"},"deploymentUrls":{"server":"/advanced-roadmaps-for-jira-server/"},"id":"6pcStE2pewRQyCtz7yHnm1"},{"sys":{"id":"2oDTelIDk4LAM0Bxomfo7m"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"team-calendars-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5VucmXIhBRYyBXA9ygFJ3Y/5082d769a81934af185dcf109b29f628/logo-light_Confluence_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"teamcalendars"},"productName":"Team Calendars"},"deploymentUrls":{"server":"/team-calendars-server/"},"id":"2oDTelIDk4LAM0Bxomfo7m"},{"sys":{"id":"4FWxkzknncoyN31Gnft19o"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"questions-for-confluence-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5VucmXIhBRYyBXA9ygFJ3Y/5082d769a81934af185dcf109b29f628/logo-light_Confluence_mark_brand_RGB.svg"},"productNameReference":{"sys":{"id":"questionsforconfluence"},"productName":"Questions for Confluence"},"deploymentUrls":{"server":"/questions-for-confluence-server/"},"id":"4FWxkzknncoyN31Gnft19o"}],"additionalLinks":[{"linkLabel":"Contact support","linkUrl":"https://support.atlassian.com/contact/","linkIcon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/34aQizNVKUaasai48ASqg2/0ca6041940bcf6b5fd74e559b90eb9e9/question-circle.svg"}},{"linkLabel":"Training & Certification","linkUrl":"https://www.atlassian.com/university","linkIcon":null},{"linkLabel":"Atlassian Migration Program","linkUrl":"https://www.atlassian.com/cloud-migration","linkIcon":null},{"linkLabel":"GDPR guides","linkUrl":"https://confluence.atlassian.com/gdpr","linkIcon":null},{"linkLabel":"Enterprise services","linkUrl":"https://www.atlassian.com/enterprise/services","linkIcon":null},{"linkLabel":"Atlassian Partners","linkUrl":"https://www.atlassian.com/partners","linkIcon":null},{"linkLabel":"Developers","linkUrl":"https://developer.atlassian.com","linkIcon":null},{"linkLabel":"Success Central","linkUrl":"https://success.atlassian.com","linkIcon":null},{"linkLabel":"User groups","linkUrl":"http://aug.atlassian.com","linkIcon":null},{"linkLabel":"Automation for Jira","linkUrl":"https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/","linkIcon":null},{"linkLabel":"Atlassian.com","linkUrl":"http://www.atlassian.com","linkIcon":null}],"atlassianSupportLogo":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2a2EqJ1z4IOCa4EKCSAi2s/3f934328cbeb68b72892e7f50b65e380/support-logo-atlassian.svg"},"atlassianLogo":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2sOh4sF3DSm8Qy8GigKK0S/1c7619d9db378c5ee902d8eeb8fde65b/atlassian-logo-footer.svg"}},"resources":{"cards":[{"sys":{"id":"b3fTs5PrPymsKyewq2uee"},"title":"Documentation","buttonLink":"https://confluence.atlassian.com","buttonText":"View documentation","shortTitle":null,"shortDescription":"Usage and admin help","hideInHeader":true,"analytics":"${Product} Documentation","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/3zu24q81rSIszjUcYWS7rs/e203ecd5b877949db50052f2e2cc018a/rich_icon-Guidelines.svg"},"id":"b3fTs5PrPymsKyewq2uee"},{"sys":{"id":"1eb4CYi6GQecc4S0amoCGm"},"title":"Knowledge Base","buttonLink":"https://atlassian.com","buttonText":"View knowledge base","shortTitle":null,"shortDescription":null,"hideInHeader":true,"analytics":"KnowledgeBase","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2bQqvQH3QFxNcjpOxCEQKD/cc250e1247072a531cf591444211da4a/rich_icon-Autofix.svg"},"id":"1eb4CYi6GQecc4S0amoCGm"},{"sys":{"id":"1jekufjl8YMw4eUKoI6kg6"},"title":"Community","buttonLink":"https://community.atlassian.com","buttonText":"Visit Atlassian Community","shortTitle":null,"shortDescription":"Answers, support and inspiration","hideInHeader":null,"analytics":"Community","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/199clY7qv6MQc2EasKkGim/2be1028a3452c791c46ebb4a4343a91b/rich_icon-Community.svg"},"id":"1jekufjl8YMw4eUKoI6kg6"},{"sys":{"id":"5buCUK1TCgS2q6KMGkIkSy"},"title":"System Status","buttonLink":"https://status.atlassian.com/","buttonText":"View system status","shortTitle":null,"shortDescription":"Cloud services health","hideInHeader":null,"analytics":"System Status","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/72Hws13erkU4jPlqQmD2SS/fd94e1b3f2b1b3e88315702c77b672cd/rich_icon-Announcement.svg"},"id":"5buCUK1TCgS2q6KMGkIkSy"},{"sys":{"id":"2nRNjDkbCcUwSOq422y66"},"title":"Suggestions and bug reports","buttonLink":"https://jira.atlassian.com/secure/Dashboard.jspa?selectPageId=10440","buttonText":"View suggestions and bugs","shortTitle":"Suggestions and bugs","shortDescription":"Feature suggestions and bug reports","hideInHeader":null,"analytics":"Suggestion bug","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/4LAr0Xsaq4gUk60Uy6eYwk/3914441924f9af9ae74908ad136c55b9/rich_icon-Lightbulb.svg"},"id":"2nRNjDkbCcUwSOq422y66"},{"sys":{"id":"77KyWObmQowc8oycAK6mo2"},"title":"Marketplace apps","buttonLink":"https://marketplace.atlassian.com/","buttonText":"View Marketplace","shortTitle":"Marketplace","shortDescription":"Product apps","hideInHeader":null,"analytics":"Marketplace","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1ss3lke3aYcVp07USZwdMY/f90bbe91db3ae373ea6dc008ce617373/rich_icon-Integration.svg"},"id":"77KyWObmQowc8oycAK6mo2"},{"sys":{"id":"t7tq3EzI9qwcKMaES0i0y"},"title":"Billing and licensing","buttonLink":"https://www.atlassian.com/licensing/purchase-licensing","buttonText":"View FAQs","shortTitle":null,"shortDescription":"Frequently asked questions","hideInHeader":null,"analytics":"Billing","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5Cb1EEBbNKkm8uK24mIeEs/4ffba62bbd992b75dc3b7f227c9cb3f3/rich_icon-Credit_cards.svg"},"id":"t7tq3EzI9qwcKMaES0i0y"}]},"preview":false,"contentType":"collection"}, contentType: "collection", contentAri: "ari:third-party:contentful::entry/zsv3d0ugroxu/master/773uFzBviNI1Cx5ZdIxkvV", featureFlags: {}, pageTree: [{"id":"63KW7O8fBfVJRuPM4QwDSN","updatedAt":"2022-02-17T03:49:59.273Z","slug":"/atlassian-account/docs/get-access-to-your-atlassian-cloud-products/","title":"Get access to your Atlassian cloud products","childList":[{"id":"RGjJzmosbthJHXNoHeWwJ","slug":"/atlassian-account/docs/log-in-to-your-atlassian-account/","updatedAt":"2025-02-27T17:44:08.786Z","title":"Log in to your Atlassian account","description":"Learn how to log in to your Atlassian account. ","collectionId":"63KW7O8fBfVJRuPM4QwDSN"},{"id":"FV8hg1lbt3vb8HPMHUF7Y","slug":"/atlassian-account/docs/supported-browsers-for-atlassian-cloud-products/","updatedAt":"2023-10-06T18:55:24.177Z","title":"Supported browsers for Atlassian cloud products","description":"Review the browsers that support cloud products.","collectionId":"63KW7O8fBfVJRuPM4QwDSN"},{"id":"2Mp9u8MHxerQxtWQEenDLd","updatedAt":"2021-07-02T00:21:16.784Z","slug":"/atlassian-account/docs/troubleshoot-login-issues-with-your-atlassian-account/","title":"Troubleshoot login issues with your Atlassian account","childList":[{"id":"1VmXIuJon8LKXzGaHo26aL","slug":"/atlassian-account/docs/login-issues-related-to-browser-cookies/","updatedAt":"2024-04-04T13:52:26.912Z","title":"Login issues related to browser cookies","description":"Check whether your login issues are related to your browser cookie settings."},{"id":"5KBtlorUAXF5EET6SFyMe7","slug":"/atlassian-account/docs/password-reset-issues/","updatedAt":"2024-07-11T05:49:51.874Z","title":"Password reset issues","description":"Troubleshoot why you haven鈥檛 received a password reset email or its links don鈥檛 work."},{"id":"5O5f9NNG24Crk0f0WyjtNu","slug":"/atlassian-account/docs/email-address-verification-issues/","updatedAt":"2023-10-06T19:02:04.102Z","title":"Email address verification issues","description":"Troubleshoot why you haven鈥檛 received a verification email or its links don鈥檛 work."},{"id":"7zpGEGKdAbJ1OO9KQnGjQh","slug":"/atlassian-account/docs/account-issues-related-to-a-private-apple-email-address/","updatedAt":"2023-10-06T19:02:05.390Z","title":"Account issues related to a private Apple email address","description":"Troubleshoot issues with an account created with an Apple private relay address."},{"id":"5cpRIkJJoRwqmNtKCEbuEg","slug":"/atlassian-account/docs/login-issues-related-to-two-step-verification/","updatedAt":"2024-11-08T10:31:11.507Z","title":"Login issues related to two-step verification","description":"Figure out what to do when you鈥檙e unable to log in to your account with two-step verification."},{"id":"4njINXlZRnA4AGc4M3xeUS","slug":"/atlassian-account/docs/login-issues-related-to-single-sign-on-sso/","updatedAt":"2024-06-17T04:45:28.244Z","title":"Login issues related to single sign-on (SSO)","description":"Figure out what to do when you鈥檙e unable to log in to your account with single sign-on."},{"id":"QYt4GisCqeoVh4u7Yslcg","slug":"/atlassian-account/docs/login-issues-related-to-an-incorrect-email-address-error/","updatedAt":"2023-10-06T19:02:08.981Z","title":"Login issues related to an incorrect email address error","description":"Understand why you encounter an error saying that you鈥檙e using the wrong email address and what to do about it."},{"id":"3k8y9I0tCrLEsStWPepHkO","slug":"/atlassian-account/docs/login-issues-related-to-a-locked-atlassian-account/","updatedAt":"2023-10-06T19:27:43.946Z","title":"Login issues related to a locked Atlassian account","description":"Learn why your Atlassian account has been locked and how to unlock it. "},{"id":"37CKhgYIgSr0OMTiyp7Ktv","slug":"/atlassian-account/docs/login-issues-related-to-identity-verification/","updatedAt":"2023-10-06T19:10:12.418Z","title":"Login issues related to identity verification","description":"Figure out what to do when you haven鈥檛 received an email with a verification code or the code doesn鈥檛 work."}],"description":"Learn what to do when you encounter login issues related to cookies, two-step verification, errors, and more."},{"id":"3oJuRWo7xhJksiU9xH4w3p","slug":"/atlassian-account/docs/switch-between-multiple-atlassian-accounts/","updatedAt":"2023-10-06T19:27:30.062Z","title":"Switch between multiple Atlassian accounts","description":"Use the account switcher to switch between multiple Atlassian accounts.","collectionId":"63KW7O8fBfVJRuPM4QwDSN"},{"id":"25EDTPnVdUO35jwBrFog59","slug":"/atlassian-account/docs/verify-your-identity/","updatedAt":"2023-10-06T19:09:57.894Z","title":"Verify your identity","description":"Learn how to verify your identity using a verification code. ","collectionId":"63KW7O8fBfVJRuPM4QwDSN"}],"pageType":"Documentation"},{"id":"6BnuCtp4Xt8CrSpeMxZmsT","updatedAt":"2021-01-05T21:40:38.722Z","slug":"/atlassian-account/docs/manage-your-atlassian-account/","title":"Manage your Atlassian account","childList":[{"id":"20OahF0dy4iMuOEewrBHSc","slug":"/atlassian-account/docs/what-is-an-atlassian-account/","updatedAt":"2025-02-27T17:54:28.775Z","title":"What is an Atlassian account?","description":"Use one account to access Atlassian products.","collectionId":"6BnuCtp4Xt8CrSpeMxZmsT"},{"id":"3z4z3dLi4GnHWQLbbk6iVk","slug":"/atlassian-account/docs/create-an-atlassian-account/","updatedAt":"2025-02-27T18:04:00.650Z","title":"Create an Atlassian account","description":"Create an Atlassian account by yourself. ","collectionId":"6BnuCtp4Xt8CrSpeMxZmsT"},{"id":"5siwOVrMmXLFO6uixFHgS","slug":"/atlassian-account/docs/manage-your-personal-profile/","updatedAt":"2025-02-27T18:06:01.372Z","title":"Manage your personal profile","description":"Edit your profile information, security, and privacy settings.","collectionId":"6BnuCtp4Xt8CrSpeMxZmsT"},{"id":"3vn7aGZZ772IVPVCs1lnSW","slug":"/atlassian-account/docs/manage-your-language-preferences/","updatedAt":"2024-04-19T02:52:12.261Z","title":"Manage your language preferences","description":"Set the language you'd prefer to use.","collectionId":"6BnuCtp4Xt8CrSpeMxZmsT"},{"id":"6L3B7WLUUSiRfXDqj6M4Af","slug":"/atlassian-account/docs/update-your-profile-and-visibility-settings/","updatedAt":"2024-09-18T02:50:24.552Z","title":"Update your profile and visibility settings","description":"Update the information in your Atlassian account profile on the聽Profile and visibility聽page file information you want people to see.","collectionId":"6BnuCtp4Xt8CrSpeMxZmsT"},{"id":"2JLTuWBzpJ26h1cw2ZDmA2","slug":"/atlassian-account/docs/access-your-personal-data/","updatedAt":"2023-10-06T18:56:51.346Z","title":"Access your personal data","description":"Request access to your personal data stored in your Atlassian account.","collectionId":"6BnuCtp4Xt8CrSpeMxZmsT"},{"id":"1B0C094G9bJEIvE4NbgLrS","slug":"/atlassian-account/docs/delete-your-atlassian-account/","updatedAt":"2025-02-28T15:20:16.732Z","title":"Delete your Atlassian account","description":"Delete your account and your personal data from Atlassian account services.","collectionId":"6BnuCtp4Xt8CrSpeMxZmsT"},{"id":"6327pG5EB8z14GZZpphATf","updatedAt":"2022-12-22T03:58:32.671Z","slug":"/atlassian-account/docs/manage-third-party-accounts-linked-to-your-atlassian-account/","title":"Manage third-party accounts linked to your Atlassian account","childList":[{"id":"3UeUAHnomU5oDvfMM0Bkww","slug":"/atlassian-account/docs/log-in-with-a-third-party-account/","updatedAt":"2025-02-27T18:24:30.104Z","title":"Log in with a third-party account","description":"Learn about third-party accounts and how to log in to your Atlassian account with them."},{"id":"3Waamos17be1cSz8ynHoes","slug":"/atlassian-account/docs/log-in-with-saml-single-sign-on/","updatedAt":"2025-02-27T18:21:09.068Z","title":"Log in with SAML single sign-on","description":"Learn about SAML SSO and how to log in to your Atlassian account with it."},{"id":"5LBR9Qy1HnZHaibt5B7S6M","slug":"/atlassian-account/docs/manage-linked-third-party-accounts/","updatedAt":"2025-02-27T18:22:20.315Z","title":"Manage linked third-party accounts","description":"Learn about how to unlink third-party accounts from your Atlassian account."}],"description":"Learn about third-party accounts and how you can manage them on your Atlassian account."}],"pageType":"Documentation"},{"id":"773uFzBviNI1Cx5ZdIxkvV","updatedAt":"2020-12-29T15:44:28.920Z","slug":"/atlassian-account/docs/keep-your-atlassian-account-secure/","title":"Keep your Atlassian account secure","childList":[{"id":"43d1AjVPbzv6Ornfy198O0","slug":"/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/","updatedAt":"2025-03-04T20:26:42.333Z","title":"Manage API tokens for your Atlassian account","description":"Learn how to manage API tokens for your Atlassian account.","collectionId":"773uFzBviNI1Cx5ZdIxkvV"},{"id":"5l0fKKZ0sNoLWN9KKDKYkR","slug":"/atlassian-account/docs/manage-recently-used-devices-for-your-atlassian-account/","updatedAt":"2023-10-06T18:55:44.206Z","title":"Manage recently used devices for your Atlassian account","description":"Track recent devices used to log in to Atlassian products.","collectionId":"773uFzBviNI1Cx5ZdIxkvV"},{"id":"2vPE7APvyX4bYmxZgceZAO","slug":"/atlassian-account/docs/manage-two-step-verification-for-your-atlassian-account/","updatedAt":"2024-12-20T01:36:40.795Z","title":"Manage two-step verification for your Atlassian account","description":"Enable two-step verification to keep your Atlassian account secure. ","collectionId":"773uFzBviNI1Cx5ZdIxkvV"},{"id":"5Pr87H6T8qJDU2EUC9W7D6","slug":"/atlassian-account/docs/protect-your-atlassian-account/","updatedAt":"2023-10-06T18:55:50.646Z","title":"Protect your Atlassian account","description":"Take these steps to protect your accounts and information.","collectionId":"773uFzBviNI1Cx5ZdIxkvV"}],"pageType":"Documentation"},{"id":"6TFXXydUYGlAfbSx4taNwE","updatedAt":"2020-12-16T23:32:12.032Z","slug":"/atlassian-account/docs/work-with-atlassian-teams-across-your-products/","title":"Work with Atlassian teams across your products","childList":[{"id":"3eTkSJw9IQJL7H3su6T6ui","slug":"/atlassian-account/docs/what-is-an-atlassian-team/","updatedAt":"2025-03-03T04:16:16.288Z","title":"What is an Atlassian team?","description":"Build your Atlassian team with Atlassian accounts.","collectionId":"6TFXXydUYGlAfbSx4taNwE"},{"id":"4SZBSWLpxzrWH9SHiICrul","slug":"/atlassian-account/docs/start-an-atlassian-team/","updatedAt":"2025-03-03T04:12:09.674Z","title":"Create and manage an Atlassian team","description":"Create, manage, or delete a team.","collectionId":"6TFXXydUYGlAfbSx4taNwE"},{"id":"45PL4Lc1UIywFOGa2dVjru","slug":"/atlassian-account/docs/manage-team-profiles/","updatedAt":"2023-11-09T17:30:32.488Z","title":"Manage your team profile","description":"Manage your team profile.","collectionId":"6TFXXydUYGlAfbSx4taNwE"},{"id":"4OPqkSFzQc1QkAATZUQInk","slug":"/atlassian-account/docs/search-for-people-and-teams/","updatedAt":"2023-11-09T17:25:32.933Z","title":"Search for people and teams","description":"Find the teams and people you work with.","collectionId":"6TFXXydUYGlAfbSx4taNwE"},{"id":"7c5QTBZ4SK65M4LU7oNFMY","slug":"/atlassian-account/docs/delete-a-team/","updatedAt":"2024-10-31T20:24:49.887Z","title":"Delete a team","description":"Delete or restore a team","collectionId":"6TFXXydUYGlAfbSx4taNwE"},{"id":"1UKqNaSdCgGINOq6kI9m67","slug":"/atlassian-account/docs/sync-team-members-with-scim-user-provisioning/","updatedAt":"2024-10-18T07:03:21.649Z","title":"Sync team members with SCIM user provisioning","description":"Sync your Atlassian team with an external identity provider (IdP) group to manage user data accurately and keep member information up-to-date.","collectionId":"6TFXXydUYGlAfbSx4taNwE"},{"id":"2ZzbMqBktlYB0NFxDAhPI7","slug":"/atlassian-account/docs/using-atlassian-teams-in-jira-projects/","updatedAt":"2024-04-18T08:41:04.832Z","title":"Teams in Jira projects","description":"Add the Team field to your Jira project for better team functionality. ","collectionId":"6TFXXydUYGlAfbSx4taNwE"},{"id":"25PAg261vws3j33yQPcswE","slug":"/atlassian-account/docs/visibility-of-atlassian-teams-information/","updatedAt":"2025-03-03T04:14:31.889Z","title":"Visibility of Atlassian teams information","description":"Atlassian teams are only visible to people with accounts in the same organization.","collectionId":"6TFXXydUYGlAfbSx4taNwE"},{"id":"6puNYXbTjxcN3RG3t2jPD3","slug":"/atlassian-account/docs/what-is-a-managed-team/","updatedAt":"2025-03-03T04:01:08.651Z","title":"What is a managed team?","description":"Managed teams are special configurations of teams that can only be changed by an organization admin.","collectionId":"6TFXXydUYGlAfbSx4taNwE"}],"pageType":"Documentation"}], featuredEntries: [], }/* </sl:translate_generic_json> */; </script> <link href = "https://jcs-chat-widget.atlassian.com/assets/loader.js" rel="preload" as="script"> <link rel="canonical" href="https://support.atlassian.com/atlassian-account/docs/keep-your-atlassian-account-secure/" /> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-152x152.png"> <link rel="icon" type="image/png" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/favicon.png" sizes="32x32"> <link rel="mask-icon" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/safari-pinned-tab.svg" color="#59afe1"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/mstile-144x144.png"> <meta data-testid="meta_title" property="og:title" content="Keep your Atlassian account secure | Atlassian Support" /> <link rel="alternate" href="https://support.atlassian.com/ja/atlassian-account/docs/keep-your-atlassian-account-secure/" hreflang="ja" /> <link rel="alternate" href="https://support.atlassian.com/atlassian-account/docs/keep-your-atlassian-account-secure/" hreflang="x-default" /> <link rel="preload" href="/resources/Charlie_Display-Semibold.0b0d15c6e3c89a737e12.woff" as="font" type="font/woff" crossorigin="anonymous"> <meta itemProp="url" content="https://support.atlassian.com/atlassian-account/docs/keep-your-atlassian-account-secure/"/><meta property="og:url" content="https://support.atlassian.com/atlassian-account/docs/keep-your-atlassian-account-secure/"/><meta data-testid="sitewide-metadata-language" itemProp="inLanguage" content="en-US"/><meta property="og:locale" content="en-US"/><meta itemProp="publisher" content="Atlassian"/><meta itemProp="license" content="Except where otherwise noted, content in this space is licensed under a <a href="https://creativecommons.org/licenses/by/2.5/au/">Creative Commons Attribution 2.5 Australia License</a>."/><meta itemProp="logo" content="https://images.ctfassets.net/zsv3d0ugroxu/4usk6GCfTOCSKCwCQykYIu/34d7ed0904d9a0274fb906f86f51e1e1/Atlassian-vertical-blue-onecolor-rgb.svg"/><meta itemProp="legalName" content="Atlassian Corporation Plc"/><meta itemProp="owns" content="Jira Software,Jira Service Management,Jira Work Management,Jira Align,Confluence,Hipchat,Bitbucket,Bamboo,Crucible,Crowd,Sourcetree,OpsGenie,Statuspage,Trello,Halp,Mindville"/><meta property="og:site_name" content="Atlassian Support"/><meta name="google-site-verification" content="Lwmfu2vZQ0v_OCc48kYQNXCcmgP7Gj6Fg2kL08Xhfn0"/><meta name="botify-site-verification" content="hY5hGfcz5nP5IQlF34bo5hbgmle2cSeO"/><meta http-equiv="X-UA-Compatible" content="IE=EDGE"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta charSet="utf-8"/><meta itemProp="dateModified" content="2020-12-29T15:44:28.920Z"/><meta name="description" content="Understand how to keep your Atlassian account secure with API tokens, two-step verification, device management."/><meta property="og:description" content="Understand how to keep your Atlassian account secure with API tokens, two-step verification, device management."/><meta itemProp="name" content="Keep your Atlassian account secure"/><meta itemProp="brand" content="Atlassian accounts"/><meta data-testid="meta_pageType" name="page-type" content="Documentation"/> <script data-react-helmet="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/","name":"Atlassian Support"}},{"@type":"ListItem","position":2,"item":{"@id":"/atlassian-account/resources/","name":"Atlassian accounts Resources"}}]}</script> <!-- Adds polyfills for IE support --> <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=fetch,es5,es6,es7,default,Element.prototype.append&flags=gated" type="text/javascript" charset="UTF-8" > </script> <!-- Evergage start --> <script src="https://cdn.evgnet.com/beacon/atlassian/engage/scripts/evergageFlickerDefender.min.js"></script> <script type="text/javascript"> var _aaq = window._aaq || (window._aaq = []); (function(){ var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.defer = true; g.async = true; g.src = document.location.protocol + '//cdn.evgnet.com/beacon/atlassian/engage/scripts/evergage.min.js'; s.parentNode.insertBefore(g, s); })(); </script> <!-- Import @emotion/react styles --> <style data-emotion="emotion-sac snhnyn exvukg 1gd7hga 1979g2e 178ag6o">.emotion-sac-snhnyn{display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;}.emotion-sac-snhnyn >svg{overflow:hidden;pointer-events:none;max-width:100%;max-height:100%;color:var(--icon-primary-color);fill:var(--icon-secondary-color);vertical-align:bottom;}.emotion-sac-snhnyn >svg stop{stop-color:currentColor;}@media screen and (forced-colors: active){.emotion-sac-snhnyn >svg{-webkit-filter:grayscale(1);filter:grayscale(1);--icon-primary-color:CanvasText;--icon-secondary-color:Canvas;}}.emotion-sac-exvukg{-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;border-width:0;border-radius:var(--ds-border-radius, 3px);box-sizing:border-box;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;font-style:normal;font-family:inherit;font-weight:var(--ds-font-weight-medium, 500);max-width:100%;position:relative;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);white-space:nowrap;background:var(--ds-background-neutral-subtle, none);color:var(--ds-text-subtle, #6B778C)!important;cursor:pointer;height:auto;line-height:inherit;padding:0;vertical-align:baseline;width:auto;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}.emotion-sac-exvukg:visited{background:var(--ds-background-neutral-subtle, none);color:var(--ds-text-subtle, #6B778C)!important;}.emotion-sac-exvukg:hover{background:var(--ds-background-neutral-subtle, none);color:var(--ds-text-subtle, #8993A4)!important;-webkit-text-decoration:underline;text-decoration:underline;transition-duration:0s,0.15s;}.emotion-sac-exvukg:active{background:var(--ds-background-neutral-subtle, none);color:var(--ds-text, #505F79)!important;transition-duration:0s,0s;}.emotion-sac-exvukg[data-firefox-is-active="true"]{background:var(--ds-background-neutral-subtle, none);color:var(--ds-text, #505F79)!important;transition-duration:0s,0s;}.emotion-sac-exvukg[disabled]{background:var(--ds-background-neutral-subtle, none);color:var(--ds-text-disabled, #A5ADBA)!important;cursor:not-allowed;-webkit-text-decoration:none;text-decoration:none;}.emotion-sac-exvukg[data-has-overlay="true"]{cursor:default;-webkit-text-decoration:none;text-decoration:none;}.emotion-sac-exvukg[data-has-overlay="true"]:not([disabled]):hover,.emotion-sac-exvukg[data-has-overlay="true"]:not([disabled]):active{background:var(--ds-background-neutral-subtle, none);color:var(--ds-text-subtle, #6B778C)!important;}.emotion-sac-exvukg::-moz-focus-inner{border:0;margin:0;padding:0;}.emotion-sac-exvukg:focus{outline:2px solid var(--ds-border-focused, #2684FF);outline-offset:2px;}.emotion-sac-exvukg:focus-visible{outline:2px solid var(--ds-border-focused, #2684FF);outline-offset:2px;}.emotion-sac-exvukg:focus:not(:focus-visible){outline:none;}@media screen and (forced-colors: active),screen and (-ms-high-contrast: active){.emotion-sac-exvukg:focus-visible{outline:1px solid;}}.emotion-sac-1gd7hga{opacity:1;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;margin:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.emotion-sac-1979g2e{-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;border-width:0;border-radius:var(--ds-border-radius, 3px);box-sizing:border-box;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;font-style:normal;font-family:inherit;font-weight:var(--ds-font-weight-medium, 500);max-width:100%;position:relative;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);white-space:nowrap;background:var(--ds-background-neutral, rgba(9, 30, 66, 0.04));color:var(--ds-text, #42526E)!important;cursor:pointer;height:2.2857142857142856em;line-height:2.2857142857142856em;padding:0 10px;vertical-align:middle;width:auto;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}.emotion-sac-1979g2e:visited{background:var(--ds-background-neutral, rgba(9, 30, 66, 0.04));color:var(--ds-text, #42526E)!important;}.emotion-sac-1979g2e:hover{background:var(--ds-background-neutral-hovered, rgba(9, 30, 66, 0.08));color:var(--ds-text, #42526E)!important;-webkit-text-decoration:inherit;text-decoration:inherit;transition-duration:0s,0.15s;}.emotion-sac-1979g2e:active{background:var(--ds-background-neutral-pressed, rgba(179, 212, 255, 0.6));color:var(--ds-text, #0052CC)!important;transition-duration:0s,0s;}.emotion-sac-1979g2e[data-firefox-is-active="true"]{background:var(--ds-background-neutral-pressed, rgba(179, 212, 255, 0.6));color:var(--ds-text, #0052CC)!important;transition-duration:0s,0s;}.emotion-sac-1979g2e[disabled]{background:var(--ds-background-disabled, rgba(9, 30, 66, 0.04));color:var(--ds-text-disabled, #A5ADBA)!important;cursor:not-allowed;-webkit-text-decoration:none;text-decoration:none;}.emotion-sac-1979g2e[data-has-overlay="true"]{cursor:default;-webkit-text-decoration:none;text-decoration:none;}.emotion-sac-1979g2e[data-has-overlay="true"]:not([disabled]):hover,.emotion-sac-1979g2e[data-has-overlay="true"]:not([disabled]):active{background:var(--ds-background-neutral, rgba(9, 30, 66, 0.04));color:var(--ds-text, #42526E)!important;}.emotion-sac-1979g2e::-moz-focus-inner{border:0;margin:0;padding:0;}.emotion-sac-1979g2e:focus{outline:2px solid var(--ds-border-focused, #2684FF);outline-offset:2px;}.emotion-sac-1979g2e:focus-visible{outline:2px solid var(--ds-border-focused, #2684FF);outline-offset:2px;}.emotion-sac-1979g2e:focus:not(:focus-visible){outline:none;}@media screen and (forced-colors: active),screen and (-ms-high-contrast: active){.emotion-sac-1979g2e:focus-visible{outline:1px solid;}}.emotion-sac-178ag6o{opacity:1;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;margin:0 2px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}</style> <!-- Import styled-component styles --> <style data-styled-components="bZGgwh cZJnvt iLtbJJ hSsjZP ibwhYF eMLfYp eUeRWO jcVgLC korNWI gvARzl cIJglF"> /* sc-component-id: sc-keyframes-bZGgwh */ @-webkit-keyframes bZGgwh{from{opacity:0;}to{opacity:0;}} @keyframes bZGgwh{from{opacity:0;}to{opacity:0;}} /* sc-component-id: sc-keyframes-cZJnvt */ @-webkit-keyframes cZJnvt{from{-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg);}to{-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg);}} @keyframes cZJnvt{from{-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg);}to{-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg);}} /* sc-component-id: sc-keyframes-iLtbJJ */ @-webkit-keyframes iLtbJJ{from{-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg);}to{-webkit-transform:rotate(510deg);-ms-transform:rotate(510deg);transform:rotate(510deg);}} @keyframes iLtbJJ{from{-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg);}to{-webkit-transform:rotate(510deg);-ms-transform:rotate(510deg);transform:rotate(510deg);}} /* sc-component-id: sc-keyframes-hSsjZP */ @-webkit-keyframes hSsjZP{from{opacity:1;}to{opacity:0;}} @keyframes hSsjZP{from{opacity:1;}to{opacity:0;}} /* sc-component-id: sc-keyframes-ibwhYF */ @-webkit-keyframes ibwhYF{to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}} @keyframes ibwhYF{to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}} /* sc-component-id: sc-keyframes-eMLfYp */ @-webkit-keyframes eMLfYp{from{opacity:0;}to{opacity:1;}} @keyframes eMLfYp{from{opacity:0;}to{opacity:1;}} /* sc-component-id: sc-keyframes-eUeRWO */ @-webkit-keyframes eUeRWO{from{stroke-dashoffset:43.982297150257104px;}to{stroke-dashoffset:35.18583772020568px;}} @keyframes eUeRWO{from{stroke-dashoffset:43.982297150257104px;}to{stroke-dashoffset:35.18583772020568px;}} /* sc-component-id: sc-keyframes-jcVgLC */ @-webkit-keyframes jcVgLC{from{stroke-dashoffset:69.11503837897544px;}to{stroke-dashoffset:55.29203070318036px;}} @keyframes jcVgLC{from{stroke-dashoffset:69.11503837897544px;}to{stroke-dashoffset:55.29203070318036px;}} /* sc-component-id: sc-keyframes-korNWI */ @-webkit-keyframes korNWI{from{stroke-dashoffset:135.0884841043611px;}to{stroke-dashoffset:108.07078728348888px;}} @keyframes korNWI{from{stroke-dashoffset:135.0884841043611px;}to{stroke-dashoffset:108.07078728348888px;}} /* sc-component-id: sc-keyframes-gvARzl */ @-webkit-keyframes gvARzl{from{stroke-dashoffset:270.1769682087222px;}to{stroke-dashoffset:216.14157456697777px;}} @keyframes gvARzl{from{stroke-dashoffset:270.1769682087222px;}to{stroke-dashoffset:216.14157456697777px;}} /* sc-component-id: sc-brqgnP */ .cIJglF{color:inherit;display:inline-block;fill:currentColor;height:32px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} .cIJglF > svg{fill:inherit;height:100%;left:0;position:absolute;top:0;width:100%;} .cIJglF > canvas{display:block;height:100%;visibility:hidden;} .cIJglF stop{stop-color:currentColor;}</style> <!-- Import style assets --> <link rel="stylesheet" href="/resources/main.css"> <!-- Sneaky Theme --> <!-- Javascript type rewrite function --> <script type="text/javascript"> var loadExternalJS = function(url, location, callback){ var scriptTag = document.createElement('script'); scriptTag.src = url; scriptTag.type = 'text/javascript'; // Then bind the event to the callback function. // There are several events for cross browser compatibility. scriptTag.onreadystatechange = callback; scriptTag.onload = callback; // Fire the loading location.appendChild(scriptTag); }; </script> <script> function initializeATLAnalytics() { window.dispatchEvent(new CustomEvent('initanalytics')); } </script> <script type="text/plain" class="optanon-category-2"> loadExternalJS("https://atl-global.atlassian.com/js/atl-global.min.js", document.body, initializeATLAnalytics); </script> <!-- SAC JavaScript bundles --> <script src="/resources/runtime.9dfafbd5d7f3dd2589bf.bundle.js"></script> <script src="/resources/vendor.8e334d9dd72f6a3f182c.bundle.js"></script> <script src="/resources/main.30b79fe751362eae78a3.bundle.js"></script> </head> <body> <div id="root"><div class="anthology" data-testid="page-template"><div class="content-wrapper"><div class="header-components" data-testid="global_header" data-event-container="globalHeader"><div role="navigation" class="skip-link"><a href="#maincontent">Skip to main content</a></div><div><script data-app="bannerman" data-site-key="support-atlassian-com"></script><div id="bannerman"></div></div><header class="header"><div class="header__inner-container"><div class="header__inner-content"><div class="header__nav" data-testid="page-header" data-event-container="pageHeader"><div class="header__nav--logo"><div data-testid="waffle_menu" class="header__nav-item header__nav-item--waffle" role="button" tabindex="0" aria-label="Open products dropdown"><span data-vc="icon-undefined" role="img" aria-label="Products Dropdown" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M4 5.01C4 4.451 4.443 4 5.01 4h1.98C7.549 4 8 4.443 8 5.01v1.98C8 7.549 7.557 8 6.99 8H5.01C4.451 8 4 7.557 4 6.99zm0 6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98C8 13.549 7.557 14 6.99 14H5.01C4.451 14 4 13.557 4 12.99zm6-6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98C14 7.549 13.557 8 12.99 8h-1.98C10.451 8 10 7.557 10 6.99zm0 6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98c0 .558-.443 1.01-1.01 1.01h-1.98c-.558 0-1.01-.443-1.01-1.01zm6-6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98C20 7.549 19.557 8 18.99 8h-1.98C16.451 8 16 7.557 16 6.99zm0 6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98c0 .558-.443 1.01-1.01 1.01h-1.98c-.558 0-1.01-.443-1.01-1.01zm-12 6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98C8 19.549 7.557 20 6.99 20H5.01C4.451 20 4 19.557 4 18.99zm6 0c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98c0 .558-.443 1.01-1.01 1.01h-1.98c-.558 0-1.01-.443-1.01-1.01zm6 0c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98c0 .558-.443 1.01-1.01 1.01h-1.98c-.558 0-1.01-.443-1.01-1.01z"/></svg></span></div><a href="/" data-testid="atlas_link" class="header__nav-title"><h2 data-testid="header-support-link">Atlassian Support</h2></a></div><div class="header__nav--primary"><ul class="header__nav-list header__products-resources"><li style="visibility:hidden;width:0"><div data-testid="products-dropdown-button" aria-expanded="false" class="header__nav-item" role="button" tabindex="0" aria-label="products"><span data-testid="products-dropdown">Products </span><span data-vc="icon-undefined" role="img" aria-label="products" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M8.292 10.293a1.01 1.01 0 0 0 0 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 0 0 0-1.419.987.987 0 0 0-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 0 0-1.406 0"/></svg></span></div></li><li><div class="header__nav-item" role="button" tabindex="0" aria-label="documentation" data-testid="documentation-dropdown"><span>Documentation</span><span data-vc="icon-undefined" role="img" aria-label="Documentation Dropdown" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M8.292 10.293a1.01 1.01 0 0 0 0 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 0 0 0-1.419.987.987 0 0 0-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 0 0-1.406 0"/></svg></span></div></li><li><div aria-expanded="false" class="header__nav-item" role="button" tabindex="0" aria-label="resources"><span data-testid="resources-dropdown">Resources</span><span data-vc="icon-undefined" role="img" aria-label="Resources Dropdown" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M8.292 10.293a1.01 1.01 0 0 0 0 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 0 0 0-1.419.987.987 0 0 0-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 0 0-1.406 0"/></svg></span></div></li></ul></div></div><div class="header__nav--secondary"><ul class="header__nav-list"><li><div class="header__nav-item contact-btn"><a href="" data-testid="contact-button">Contact us</a></div></li><li><div data-testid="search_button" class="header__nav-item header__nav-item--icon header__nav-item--search-icon" role="button" tabindex="0" aria-label="Open search page"><span data-vc="icon-undefined" role="img" aria-label="Search Page" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="m16.436 15.085 3.94 4.01a1 1 0 0 1-1.425 1.402l-3.938-4.006a7.5 7.5 0 1 1 1.423-1.406M10.5 16a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11"/></svg></span></div></li><li><div class="header-v2__divider"></div></li><li><div class="header__nav-item account-btn-wrapper"><div class="account__login-btn"><a href="" data-testid="login-button">Sign in</a></div></div></li><li><div class="header__nav-item header__nav-item--icon header__nav-item--dropdown-button" role="button" tabindex="0" aria-label="Open dropdown"><span data-vc="icon-undefined" role="img" aria-label="Dropdown Not Open" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></g></svg></span></div></li></ul></div><div class="header__nav--mobile"><ul class="header__nav-list"><li><div class="header__nav-item header__nav-item--icon header__nav-item--search-icon" role="button" tabindex="0" aria-label="Open search page"><span data-vc="icon-undefined" role="img" aria-label="Open search page" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="m16.436 15.085 3.94 4.01a1 1 0 0 1-1.425 1.402l-3.938-4.006a7.5 7.5 0 1 1 1.423-1.406M10.5 16a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11"/></svg></span></div></li><li><div class="header__nav-item account-btn-wrapper"><div class="account__login-btn"><a href="" data-testid="login-button">Sign in</a></div></div></li><li><div class="header__nav-item header__nav-item--icon" role="button" tabindex="0" aria-label="Open dropdown"><span data-vc="icon-undefined" role="img" aria-label="Open Dropdown" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></g></svg></span></div></li></ul></div></div></div></header></div><div class="main-content-container flex-container margin-top-medium" id="maincontent"><aside class=""><div class="pagetree-expander" data-testid="pagetree-expander" role="button" tabindex="0" aria-label="open page tree"><span data-vc="icon-undefined" aria-hidden="true" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M7 7h10a1 1 0 0 1 0 2H7a1 1 0 1 1 0-2m0 4h10a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2m0 4h5a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2"/></svg></span></div><div class="pagetree pagetree--hidden" data-testid="pagetree"><div class="pagetree__inner"><div class="pagetree__context"><div data-testid="pagetree-back-arrow" class="pagetree__back-arrow" role="button" aria-label="close page tree" tabindex="0"><span data-vc="icon-undefined" aria-hidden="true" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M12.207 5.793a1 1 0 0 1 0 1.414L8.414 11H18a1 1 0 1 1 0 2H8.414l3.793 3.793a1 1 0 1 1-1.415 1.414l-5.499-5.5A1 1 0 0 1 5 12.028v-.057a1 1 0 0 1 .293-.678l5.499-5.5a1 1 0 0 1 1.415 0" clip-rule="evenodd"/></svg></span></div><img class="pagetree__icon" alt="Atlassian accounts" height="40" width="40"/><div><a href="/atlassian-account/resources/" class="pagetree__title" data-testid="pagetree-title" data-event-container="pagetree" data-event-component="pagetreeTitle" data-track-event="clicked">Atlassian accounts</a><p class="pagetree__subhead">Documentation</p></div></div><ul class="pagetree__list pagetree__list--root"><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span data-vc="icon-undefined" aria-hidden="true" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M10.294 9.698a.99.99 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .99.99 0 0 1 0-1.407l2.318-2.297z"/></svg></span></div><a href="/atlassian-account/docs/get-access-to-your-atlassian-cloud-products/" data-testid="atlas_link">Get access to your Atlassian cloud products</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/atlassian-account/docs/log-in-to-your-atlassian-account/" data-testid="atlas_link">Log in to your Atlassian account</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/supported-browsers-for-atlassian-cloud-products/" data-testid="atlas_link">Supported browsers for Atlassian cloud products</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span data-vc="icon-undefined" aria-hidden="true" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M10.294 9.698a.99.99 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .99.99 0 0 1 0-1.407l2.318-2.297z"/></svg></span></div><a href="/atlassian-account/docs/troubleshoot-login-issues-with-your-atlassian-account/" data-testid="atlas_link">Troubleshoot login issues with your Atlassian account</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/atlassian-account/docs/login-issues-related-to-browser-cookies/" data-testid="atlas_link">Login issues related to browser cookies</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/password-reset-issues/" data-testid="atlas_link">Password reset issues</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/email-address-verification-issues/" data-testid="atlas_link">Email address verification issues</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/account-issues-related-to-a-private-apple-email-address/" data-testid="atlas_link">Account issues related to a private Apple email address</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/login-issues-related-to-two-step-verification/" data-testid="atlas_link">Login issues related to two-step verification</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/login-issues-related-to-single-sign-on-sso/" data-testid="atlas_link">Login issues related to single sign-on (SSO)</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/login-issues-related-to-an-incorrect-email-address-error/" data-testid="atlas_link">Login issues related to an incorrect email address error</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/login-issues-related-to-a-locked-atlassian-account/" data-testid="atlas_link">Login issues related to a locked Atlassian account</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/login-issues-related-to-identity-verification/" data-testid="atlas_link">Login issues related to identity verification</a></li></ul></li><li class="pagetree__item "><a href="/atlassian-account/docs/switch-between-multiple-atlassian-accounts/" data-testid="atlas_link">Switch between multiple Atlassian accounts</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/verify-your-identity/" data-testid="atlas_link">Verify your identity</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span data-vc="icon-undefined" aria-hidden="true" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M10.294 9.698a.99.99 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .99.99 0 0 1 0-1.407l2.318-2.297z"/></svg></span></div><a href="/atlassian-account/docs/manage-your-atlassian-account/" data-testid="atlas_link">Manage your Atlassian account</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/atlassian-account/docs/what-is-an-atlassian-account/" data-testid="atlas_link">What is an Atlassian account?</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/create-an-atlassian-account/" data-testid="atlas_link">Create an Atlassian account</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/manage-your-personal-profile/" data-testid="atlas_link">Manage your personal profile</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/manage-your-language-preferences/" data-testid="atlas_link">Manage your language preferences</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/update-your-profile-and-visibility-settings/" data-testid="atlas_link">Update your profile and visibility settings</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/access-your-personal-data/" data-testid="atlas_link">Access your personal data</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/delete-your-atlassian-account/" data-testid="atlas_link">Delete your Atlassian account</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span data-vc="icon-undefined" aria-hidden="true" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M10.294 9.698a.99.99 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .99.99 0 0 1 0-1.407l2.318-2.297z"/></svg></span></div><a href="/atlassian-account/docs/manage-third-party-accounts-linked-to-your-atlassian-account/" data-testid="atlas_link">Manage third-party accounts linked to your Atlassian account</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/atlassian-account/docs/log-in-with-a-third-party-account/" data-testid="atlas_link">Log in with a third-party account</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/log-in-with-saml-single-sign-on/" data-testid="atlas_link">Log in with SAML single sign-on</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/manage-linked-third-party-accounts/" data-testid="atlas_link">Manage linked third-party accounts</a></li></ul></li></ul></li><li class="pagetree__item pagetree__item--current-item"><div data-testid="pagetree-item-expander" class="pagetree__expander pagetree__expander--expanded pagetree__expander--current" role="button" tabindex="0" aria-expanded="true" aria-label="collapse page tree item"><span data-vc="icon-undefined" aria-hidden="true" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><circle cx="12" cy="12" r="5" fill="currentcolor" fill-rule="evenodd"/></svg></span></div><a href="/atlassian-account/docs/keep-your-atlassian-account-secure/" data-testid="atlas_link">Keep your Atlassian account secure</a><ul class="pagetree__list false"><li class="pagetree__item "><a href="/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/" data-testid="atlas_link">Manage API tokens for your Atlassian account</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/manage-recently-used-devices-for-your-atlassian-account/" data-testid="atlas_link">Manage recently used devices for your Atlassian account</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/manage-two-step-verification-for-your-atlassian-account/" data-testid="atlas_link">Manage two-step verification for your Atlassian account</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/protect-your-atlassian-account/" data-testid="atlas_link">Protect your Atlassian account</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span data-vc="icon-undefined" aria-hidden="true" style="--icon-primary-color:currentColor;--icon-secondary-color:var(--ds-surface, #FFFFFF)" class="emotion-sac-snhnyn"><svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M10.294 9.698a.99.99 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .99.99 0 0 1 0-1.407l2.318-2.297z"/></svg></span></div><a href="/atlassian-account/docs/work-with-atlassian-teams-across-your-products/" data-testid="atlas_link">Work with Atlassian teams across your products</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/atlassian-account/docs/what-is-an-atlassian-team/" data-testid="atlas_link">What is an Atlassian team?</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/start-an-atlassian-team/" data-testid="atlas_link">Create and manage an Atlassian team</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/manage-team-profiles/" data-testid="atlas_link">Manage your team profile</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/search-for-people-and-teams/" data-testid="atlas_link">Search for people and teams</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/delete-a-team/" data-testid="atlas_link">Delete a team</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/sync-team-members-with-scim-user-provisioning/" data-testid="atlas_link">Sync team members with SCIM user provisioning</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/using-atlassian-teams-in-jira-projects/" data-testid="atlas_link">Teams in Jira projects</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/visibility-of-atlassian-teams-information/" data-testid="atlas_link">Visibility of Atlassian teams information</a></li><li class="pagetree__item "><a href="/atlassian-account/docs/what-is-a-managed-team/" data-testid="atlas_link">What is a managed team?</a></li></ul></li></ul></div></div></aside><main><div data-testid="collection__header" class="anthology__sub-header"><div class="breadcrumbs-wrapper" data-testid="breadcrumbs"><nav aria-label="Breadcrumbs" tabindex="-1"><ol data-testid="breadcrumb-container" class="_18s8ze3t _1yt4ze3t _1e0c1txw _1n261g80 _syazpsu8" style="--_vrm7dk:var(--ds-text-subtlest, #6B778C)"><li class="_18s8ze3t _1yt4ze3t _1e0c1txw _vchhusvi _p12f1osq _4t3i59ms _2lx2vrvc _5nddv77o _1j1pu2gc _1dsoftgi _toskidpf _15621n76 _191d1h6o" style="--_1fdrbou:1.7142857142857142em"><a style="--max-width:150px;--_ymfj9u:var(--ds-font-weight-regular, 400) !important;--_lugd7d:var(--ds-space-025, 2px) !important;--_1fteikb:var(--max-width) !important" class="_1rjc1raa _k48p13dq _vwz41txs _p12f1pis emotion-sac-exvukg" data-testid="breadcrumb-item-Atlassian Support" href="/" tabindex="0"><span class="emotion-sac-1gd7hga">Atlassian Support</span></a></li><li class="_18s8ze3t _1yt4ze3t _1e0c1txw _vchhusvi _p12f1osq _4t3i59ms _2lx2vrvc _5nddv77o _1j1pu2gc _1dsoftgi _toskidpf _15621n76 _191d1h6o" style="--_1fdrbou:1.7142857142857142em"><a aria-current="page" style="--max-width:150px;--_ymfj9u:var(--ds-font-weight-regular, 400) !important;--_lugd7d:var(--ds-space-025, 2px) !important;--_1fteikb:var(--max-width) !important" class="_1rjc1raa _k48p13dq _vwz41txs _p12f1pis emotion-sac-exvukg" data-testid="breadcrumb-item-Atlassian accounts Resources" href="/atlassian-account/resources/" tabindex="0"><span class="emotion-sac-1gd7hga">Atlassian accounts Resources</span></a></li></ol></nav></div></div><div class="anthology__hero margin-top-medium"><div class="anthology__hero--primary"><h1>Keep your Atlassian account secure</h1></div></div><div data-testid="topic-card" class="cards margin-top-medium "><ul class="cards__inner"><li data-testid="card_item" class="cards__item "><article><a href="/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Manage API tokens for your Atlassian account</p></div></header><p class="cards__body margin-top-small">Learn how to manage API tokens for your Atlassian account.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button emotion-sac-1979g2e" tabindex="-1" type="button"><span class="emotion-sac-178ag6o">View topic</span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/atlassian-account/docs/manage-recently-used-devices-for-your-atlassian-account/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Manage recently used devices for your Atlassian account</p></div></header><p class="cards__body margin-top-small">Track recent devices used to log in to Atlassian products.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button emotion-sac-1979g2e" tabindex="-1" type="button"><span class="emotion-sac-178ag6o">View topic</span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/atlassian-account/docs/manage-two-step-verification-for-your-atlassian-account/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Manage two-step verification for your Atlassian account</p></div></header><p class="cards__body margin-top-small">Enable two-step verification to keep your Atlassian account secure. </p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button emotion-sac-1979g2e" tabindex="-1" type="button"><span class="emotion-sac-178ag6o">View topic</span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/atlassian-account/docs/protect-your-atlassian-account/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Protect your Atlassian account</p></div></header><p class="cards__body margin-top-small">Take these steps to protect your accounts and information.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button emotion-sac-1979g2e" tabindex="-1" type="button"><span class="emotion-sac-178ag6o">View topic</span></button></span></div></a></article></li></ul></div></main></div></div><footer class="footer margin-top-large"><div class="footer__inner-container"><div class="footer__inner-content"><a href="https://www.atlassian.com"><img src="https://images.ctfassets.net/zsv3d0ugroxu/2sOh4sF3DSm8Qy8GigKK0S/1c7619d9db378c5ee902d8eeb8fde65b/atlassian-logo-footer.svg" alt="Atlassian Logo" class="footer__icon"/></a><div class="footer__links"><ul><li><a href="https://www.atlassian.com/accessibility" data-testid="atlas_link" class="footerAccessiblity">Accessibility</a></li><li class="atl-policy-link-container"><a href=" https://www.atlassian.com/legal/privacy-policy#additional-disclosures-for-ca-residents" data-testid="atlas_link" class="atl-policy-link atl-policy-link-text">Notice at Collection</a></li><li><a href="https://www.atlassian.com/legal/privacy-policy" data-testid="atlas_link">Privacy Policy</a></li><li><a href="https://www.atlassian.com/legal/cloud-terms-of-service" data-testid="atlas_link">Terms of Use</a></li><li><a href="https://www.atlassian.com/security" data-testid="atlas_link">Security</a></li><li>2025<!-- --> Atlassian</li></ul></div></div></div></footer></div></div> </body> <script> document.body.addEventListener( "error", (event) => { if (!event.target) return; if (event.target.tagName === "SCRIPT") { Sentry.captureMessage( "Failed to load script: " + event.target.src, "warning" ); } }, true // useCapture - necessary for resource loading errors ); </script> </html>