From e43912735b13a53523bd88b6b6be5f4ea66d8be7 Mon Sep 17 00:00:00 2001 From: Carl Craig Date: Sat, 14 May 2016 13:07:25 +0000 Subject: [PATCH] Update bitbucket oauth instructions --- src/Composer/Util/Bitbucket.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Util/Bitbucket.php b/src/Composer/Util/Bitbucket.php index 89fdd3902..e1b749e8d 100644 --- a/src/Composer/Util/Bitbucket.php +++ b/src/Composer/Util/Bitbucket.php @@ -122,6 +122,7 @@ class Bitbucket $url = 'https://confluence.atlassian.com/bitbucket/oauth-on-bitbucket-cloud-238027431.html'; $this->io->writeError(sprintf('Follow the instructions on %s', $url)); $this->io->writeError(sprintf('to create a consumer. It will be stored in "%s" for future use by Composer.', $this->config->getAuthConfigSource()->getName())); + $this->io->writeError('Ensure you enter a "Callback URL" or it will not be possible to create an Access Token (this callback url will not be used by composer)'); $consumerKey = trim($this->io->askAndHideAnswer('Consumer Key (hidden): '));