You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflect end of support for account passwords for API authentication:
change the labels for bit_basic_login and bit_basic_pwd to reference
Username ant App Password instead of login/password for basic auth.
Also adapt bit_usernname and bit_reponame to avoid confusion.
Define a new label string and a constant to display a link to generate
an App Password.
Fixes#399
$s_plugin_SourceBitBucket_bit_reponame = 'BitBucket Repository Name<br/><span class="small">(no spaces; must match the name as received from the webservice\'s payload)</span>';
12
-
$s_plugin_SourceBitBucket_master_branch = 'Primary Branches<br/><span class="small">(comma-separated list, * imports all branches)</span>';
8
+
$s_plugin_SourceBitBucket_bit_basic_login = 'BitBucket Username (for REST API access)<br><span class="small">This is the Id, NOT the e-mail address</span>';
$s_plugin_SourceBitBucket_generate_app_pwd = 'Generate one at %1$s';
11
+
$s_plugin_SourceBitBucket_bit_username = 'BitBucket Repository Owner<br><span class="small">Username or Team name</span>';
12
+
$s_plugin_SourceBitBucket_bit_reponame = 'BitBucket Repository Name<br><span class="small">(no spaces; must match the name as received from the webservice\'s payload)</span>';
13
+
$s_plugin_SourceBitBucket_master_branch = 'Primary Branches<br><span class="small">(comma-separated list, * imports all branches)</span>';
13
14
14
15
$s_plugin_SourceBitBucket_repo_authorized = '<p>MantisBT is now authorized to access this BitBucket repository.</p>';
15
16
$s_plugin_SourceBitBucket_repo_authorization_failed = 'Sorry, MantisBT could not be authorized to access this BitBucket repository.';
0 commit comments