|
Lines 29-53
Link Here
|
| 29 |
<div id="umcLoginNotices" class="umcLoginNotices"></div> |
29 |
<div id="umcLoginNotices" class="umcLoginNotices"></div> |
| 30 |
<form id="umcLoginForm" name="umcLoginForm" action="blank.html" method="post" class="umcLoginForm" autocomplete="on"> |
30 |
<form id="umcLoginForm" name="umcLoginForm" action="blank.html" method="post" class="umcLoginForm" autocomplete="on"> |
| 31 |
<label for="umcLoginUsername"> |
31 |
<label for="umcLoginUsername"> |
| 32 |
<input id="umcLoginUsername" name="username" type="text" autocomplete="on"> |
32 |
<input id="umcLoginUsername" name="username" type="text" autocomplete="username"> |
| 33 |
</label> |
33 |
</label> |
| 34 |
<label for="umcLoginPassword"> |
34 |
<label for="umcLoginPassword"> |
| 35 |
<input id="umcLoginPassword" name="password" type="password" autocomplete="on"> |
35 |
<input id="umcLoginPassword" name="password" type="password" autocomplete="current-password"> |
| 36 |
</label> |
36 |
</label> |
| 37 |
<input id="umcLoginSubmit" type="submit" name="submit" value=""> |
37 |
<input id="umcLoginSubmit" type="submit" name="submit" value=""> |
| 38 |
</form> |
38 |
</form> |
| 39 |
<form id="umcNewPasswordForm" name="umcLoginForm" action="blank.html" method="post" class="umcLoginForm" style="display: none;" autocomplete="off"> |
39 |
<form id="umcNewPasswordForm" name="umcLoginForm" action="blank.html" method="post" class="umcLoginForm" style="display: none;" autocomplete="off"> |
| 40 |
<label for="umcLoginNewPassword"> |
40 |
<label for="umcLoginNewPassword"> |
| 41 |
<input id="umcLoginNewPassword" name="new_password" type="password" autocomplete="off"> |
41 |
<input id="umcLoginNewPassword" name="new_password" type="password" autocomplete="new-password"> |
| 42 |
</label> |
42 |
</label> |
| 43 |
<label for="umcLoginNewPasswordRetype"> |
43 |
<label for="umcLoginNewPasswordRetype"> |
| 44 |
<input id="umcLoginNewPasswordRetype" type="password" autocomplete="off"> |
44 |
<input id="umcLoginNewPasswordRetype" type="password" autocomplete="new-password"> |
| 45 |
</label> |
45 |
</label> |
| 46 |
<input id="umcNewPasswordSubmit" type="submit" name="submit" value=""> |
46 |
<input id="umcNewPasswordSubmit" type="submit" name="submit" value=""> |
| 47 |
</form> |
47 |
</form> |
| 48 |
<form id="umcCustomPromptForm" name="umcCustomPromptForm" action="blank.html" method="post" class="umcLoginForm" style="display: none;" autocomplete="off"> |
48 |
<form id="umcCustomPromptForm" name="umcCustomPromptForm" action="blank.html" method="post" class="umcLoginForm" style="display: none;" autocomplete="off"> |
| 49 |
<label for="umcLoginCustomPrompt"> |
49 |
<label for="umcLoginCustomPrompt"> |
| 50 |
<input id="umcLoginCustomPrompt" type="password" autocomplete="off"> |
50 |
<input id="umcLoginCustomPrompt" type="password" autocomplete="current-password"> |
| 51 |
</label> |
51 |
</label> |
| 52 |
<input id="umcCustomPromptSubmit" type="submit" name="submit" value=""> |
52 |
<input id="umcCustomPromptSubmit" type="submit" name="submit" value=""> |
| 53 |
</form> |
53 |
</form> |