We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b890f commit 17002b5Copy full SHA for 17002b5
changedetectionio/forms.py
@@ -1005,7 +1005,7 @@ class globalSettingsApplicationForm(commonSettingsForm):
1005
render_kw={"placeholder": "0.1", "style": "width: 8em;"}
1006
)
1007
1008
- password = SaltyPasswordField(_l('Password'))
+ password = SaltyPasswordField(_l('Password'), render_kw={"autocomplete": "new-password"})
1009
pager_size = IntegerField(_l('Pager size'),
1010
render_kw={"style": "width: 5em;"},
1011
validators=[validators.NumberRange(min=0,
0 commit comments