mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-15 10:02:09 -05:00
[PR #6649] [CLOSED] Add aria-label to token field on admin login page #23348
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6649
Author: @martinstenrose
Created: 1/2/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
a8da387Add aria-label to token field on admin login page📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/static/templates/admin/login.hbs(+1 -1)📄 Description
This makes it possible for Bitwarden to autofill admin token by using a Custom Field [1] named "Admin token". Autofill for custom fields works by matching a form element's id, name, aria-label, or placeholder [2].
Currently, autofill can be configured using a custom field named "Token", which is somewhat generic and may be confused with other credentials such as an API token.
[1] https://bitwarden.com/help/custom-fields/
[2] https://bitwarden.com/help/auto-fill-custom-fields/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.