[Chromoting] Make virtual Me2Me explicitly ask for an app-specific password.


Review URL: https://chromiumcodereview.appspot.com/10831089

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149236 0039d316-1c4b-4281-b951-d872f2087c98
parent fdb0ef8e
......@@ -93,7 +93,7 @@ class Authentication:
"""
print "Email:",
self.login = raw_input()
password = getpass.getpass("Password: ")
password = getpass.getpass("App-specific password: ")
chromoting_auth = gaia_auth.GaiaAuthenticator('chromoting')
self.chromoting_auth_token = chromoting_auth.authenticate(self.login,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment