aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/edit_feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/edit_feed.html')
-rw-r--r--template/html/edit_feed.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/html/edit_feed.html b/template/html/edit_feed.html
index 704472b..8b7c560 100644
--- a/template/html/edit_feed.html
+++ b/template/html/edit_feed.html
@@ -46,10 +46,10 @@
<input type="url" name="feed_url" id="form-feed-url" placeholder="https://domain.tld/" value="{{ .form.FeedURL }}" required>
<label for="form-username">{{ t "Feed Username" }}</label>
- <input type="text" name="username" id="form-username" value="{{ .form.Username }}">
+ <input type="text" name="feed_username" id="form-username" value="{{ .form.Username }}" autocomplete="new-password">
<label for="form-password">{{ t "Feed Password" }}</label>
- <input type="password" name="password" id="form-password" value="{{ .form.Password }}">
+ <input type="password" name="feed_password" id="form-password" value="{{ .form.Password }}" autocomplete="new-password">
<label for="form-scraper-rules">{{ t "Scraper Rules" }}</label>
<input type="text" name="scraper_rules" id="form-scraper-rules" value="{{ .form.ScraperRules }}">