Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/com/google/gerrit/httpd/auth/ldap/LoginForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ <h1>Sign In to Gerrit Code Review at <span id="hostName">example.com</span></h1>
<form method="POST" action="#" id="login_form" autocomplete="off" onsubmit="return shouldSubmit()">
<table style="border: 0;">
<tr>
<th>Username</th>
<td><label for="f_user">Username</label></td>
<td><input name="username" id="f_user"
type="text"
size="25"
tabindex="1" /></td>
</tr>
<tr>
<th>Password</th>
<td><label for="f_pass">Password</label></td>
<td><input name="password" id="f_pass"
type="password"
size="25"
Expand Down