Disable autocomplete on password field.
This commit is contained in:
parent
032c05abb0
commit
91cf3af63b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ PASSWORD_PROMPT_HTML = '''
|
|||
<style type="text/css">Body {{font-family:Consolas}}</style>
|
||||
|
||||
<form action="/password" method="post">
|
||||
<input type="text" name="password" placeholder="password"/>
|
||||
<input type="text" name="password" placeholder="password" autocomplete="off"/>
|
||||
<input type="hidden" name="goto" value="{goto}"/>
|
||||
<input type="submit" value="Submit"/>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue