Lines 190-198
Link Here
|
190 |
<p>If you do not have a Google account, but do have a local account, you can still log in: </p> |
190 |
<p>If you do not have a Google account, but do have a local account, you can still log in: </p> |
191 |
[% END # /IF GoogleOpenIDConnect %] |
191 |
[% END # /IF GoogleOpenIDConnect %] |
192 |
<label for="userid">Login:</label> |
192 |
<label for="userid">Login:</label> |
193 |
<input class="form-control" type="text" id="userid" name="userid" /> |
193 |
<input class="form-control" type="text" id="userid" name="userid" autocomplete="off" /> |
194 |
<label for="password">Password:</label> |
194 |
<label for="password">Password:</label> |
195 |
<input class="form-control" type="password" id="password" name="password" /> |
195 |
<input class="form-control" type="password" id="password" name="password" autocomplete="off" /> |
196 |
<fieldset class="action"> |
196 |
<fieldset class="action"> |
197 |
<input type="submit" value="Log in" class="btn btn-primary" /> |
197 |
<input type="submit" value="Log in" class="btn btn-primary" /> |
198 |
</fieldset> |
198 |
</fieldset> |
199 |
- |
|
|