Evan Wieland
Evan Wieland

Reputation: 1518

Using Bitbucket App Password in WebStorm

I'm working on a project in WebStorm that's hooked up to Bitbucket for version control. Every once in a while I get a prompt to log into my repository and there is link on the bottom suggesting I use a Bitbucket app password. I have an app password on Bitbucket, but can't find anything on the web about how to integrate WebStorm with the app password.

enter image description here

Upvotes: 5

Views: 5221

Answers (2)

Patrick
Patrick

Reputation: 703

If your repository is at https://bitbucket.org/username/repo.git then the username field is to be filled with the username part in the URL and the password is your created app password.

Upvotes: 4

Evan Wieland
Evan Wieland

Reputation: 1518

Instead of typing your account username and password in the dialog, type your app password's id in the username field and your app password's password in the password field.

enter image description here

Upvotes: 3

Related Questions