[PR #2513] [MERGED] fix: add proper autocomplete and name attributes to email update form #8325

Closed
opened 2026-04-20 18:09:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2513
Author: @tink-bot
Created: 3/31/2026
Status: Merged
Merged: 3/31/2026
Merged by: @kolaente

Base: mainHead: fix/email-update-autocomplete


📝 Commits (1)

  • d7cc413 fix: add proper autocomplete and name attributes to email update form

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 frontend/src/views/user/settings/EmailUpdate.vue (+3 -1)

📄 Description

Password managers may autofill the username into the email field on the email update settings page because the password field used the invalid autocomplete="password" value (correct: current-password) and neither field had a name attribute.

Fixes #2512


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/2513 **Author:** [@tink-bot](https://github.com/tink-bot) **Created:** 3/31/2026 **Status:** ✅ Merged **Merged:** 3/31/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/email-update-autocomplete` --- ### 📝 Commits (1) - [`d7cc413`](https://github.com/go-vikunja/vikunja/commit/d7cc413757ad5509f90a9009a48ed541fcbcb6a6) fix: add proper autocomplete and name attributes to email update form ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/views/user/settings/EmailUpdate.vue` (+3 -1) </details> ### 📄 Description Password managers may autofill the username into the email field on the email update settings page because the password field used the invalid `autocomplete="password"` value (correct: `current-password`) and neither field had a `name` attribute. Fixes #2512 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 18:09:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#8325