Page MenuHomestyx hydra

No OneTemporary

diff --git a/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php b/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php
index 2608c92cb7..9b99f88386 100644
--- a/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php
+++ b/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php
@@ -1,27 +1,27 @@
<?php
final class PhabricatorBitbucketAuthProvider
extends PhabricatorOAuth1AuthProvider {
public function getProviderName() {
return pht('Bitbucket');
}
- public function getProviderConfigurationHelp() {
+ protected function getProviderConfigurationHelp() {
return pht(
"To configure Bitbucket OAuth, log in to Bitbucket and go to ".
"**Manage Account** > **Access Management** > **OAuth**.\n\n".
"Click **Add Consumer** and create a new application.\n\n".
"After completing configuration, copy the **Key** and ".
"**Secret** to the fields above.");
}
protected function newOAuthAdapter() {
return new PhutilBitbucketAuthAdapter();
}
protected function getLoginIcon() {
return 'Bitbucket';
}
}

File Metadata

Mime Type
text/x-diff
Expires
Thu, Nov 6, 7:26 AM (12 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
321731
Default Alt Text
(1 KB)

Event Timeline