diff options
Diffstat (limited to 'remoting/client')
-rw-r--r-- | remoting/client/appengine/client_login.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/client/appengine/client_login.html b/remoting/client/appengine/client_login.html index 9284109..796d671 100644 --- a/remoting/client/appengine/client_login.html +++ b/remoting/client/appengine/client_login.html @@ -12,12 +12,13 @@ found in the LICENSE file. <body> <p>Please provide your Google Accounts username/password to get a - ClientLogin token for Google Talk. + ClientLogin token for Google Talk. You must use an App-specific password + here. <p> <form method="post" name="auth"> Username: <input type="text" name="username" /><br /> - Password: <input type="password" name="password" /><br /> + App-Specific Password: <input type="password" name="password" /><br /> <input type="submit" value="Submit" /> </form> |