mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
External ID not being set via Web Interface #1195
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?
Originally created by @jsbrain on GitHub.
Subject of the issue
Not sure if it's just me, but setting an external id on collections via web-interface doesn't actually set an external id. Querying the data via cli results in it still being null, also when clicking the form again it also doesn't show a value there.
Still shows the notification that the collection has been saved successfully.
Can anyone confirm?
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN
@BlackDex commented on GitHub:
The external_id is only useful via the Bitwarden API, which Vaultwarden does not (yet) support.
If and when that will be implemented this specific feature will probably be also added.