Mercurial > bugzilla-dashboard
changeset 57:2bd4a44f1182
changed text of login form.
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Sun, 25 Apr 2010 00:19:18 -0700 |
parents | 4728c2db6fd6 |
children | f9001601bed6 |
files | main.html |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/main.html Sun Apr 25 00:06:17 2010 -0700 +++ b/main.html Sun Apr 25 00:19:18 2010 -0700 @@ -33,17 +33,17 @@ <div id="login" class="dialog"> <div class="content"> <form id="login-form"> - <p>Enter your Bugzilla login information below.</p> - <p>Your browser sends these credentials directly to - Bugzilla over a secure connection—no third parties can access - them, including the server this page is hosted on.</p> + <p>Enter a user's Bugzilla information below. If you don't + provide a password, you'll only be able to see the user's + public bugs, and you also won't be able to use some of this + page's awesome functionality.</p> <table> <tr> - <td>Your Username</td> + <td>Username</td> <td><input type="text" class="username" id="login-username"/></td> </tr> <tr> - <td>Your Password</td> + <td>Password</td> <td><input type="password" class="password" id="login-password"/></td> </tr> </table>