{{t "authPage.bitbucketcloud.target.header"}}

{{t "authPage.bitbucketcloud.setup"}}


  1. {{t "authPage.bitbucketcloud.auth" htmlSafe=true}}
  2. {{t "authPage.bitbucketcloud.ul.li2.text"}}
    • {{t "authPage.bitbucketcloud.ul.li2.ul.li1" htmlSafe=true}}
    • {{t "authPage.bitbucketcloud.ul.li2.ul.li2"}} {{concat destinationUrl "/verify-auth"}}  {{copy-to-clipboard size="small" clipboardText=(concat destinationUrl "/verify-auth") }}
    • {{t "authPage.bitbucketcloud.ul.li2.ul.li3" htmlSafe=true}}
  3. {{t "authPage.bitbucketcloud.ul.li3.text"}}

{{t "authPage.bitbucketcloud.form.headerVariable" }}

{{input type="text" name="username" value=oauthModel.clientId classNames="form-control" }}

{{t "authPage.bitbucketcloud.form.subtextVariable"}}

{{input type="password" name="password" value=oauthModel.clientSecret classNames="form-control" }}
{{top-errors errors=errors}}
{{save-cancel cancelDisabled=true savingLabel="authPage.testAuth.buttonText.post" createLabel="authPage.testAuth.buttonText.preVariable" save=(action "authenticate") }}