diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 21:24:57 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 21:24:57 +0000 |
commit | 639e57d0e1d79f996733d81285c6604314ca9cde (patch) | |
tree | 4f71971e222a99e1d0a28d215aac3383bdf3b031 /remoting | |
parent | 02932e12d1c26e5d696d1e4b4da2c6d485da95e7 (diff) | |
download | chromium_src-639e57d0e1d79f996733d81285c6604314ca9cde.zip chromium_src-639e57d0e1d79f996733d81285c6604314ca9cde.tar.gz chromium_src-639e57d0e1d79f996733d81285c6604314ca9cde.tar.bz2 |
Update wording to be more specific about the type of password required.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6823052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81157 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-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> |