Updated password fields for autocomplete ignoring
This commit is contained in:
@@ -86,7 +86,20 @@
|
||||
|
||||
<div class="field-group">
|
||||
<label for="room-password">Room password (optional)</label>
|
||||
<input type="password" id="room-password" name="password" maxlength="64" placeholder="Optional password">
|
||||
<input
|
||||
type="password"
|
||||
id="room-password"
|
||||
name="password"
|
||||
maxlength="64"
|
||||
placeholder="Optional password"
|
||||
autocomplete="new-password"
|
||||
data-bwignore="true"
|
||||
data-1p-ignore="true"
|
||||
data-lpignore="true"
|
||||
autocapitalize="off"
|
||||
autocorrect="off"
|
||||
spellcheck="false"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user