mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #461] admin page login broke after latest update #281
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @pdarcos on GitHub (Apr 17, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/461
Hi all,
I just updated according to
https://github.com/dani-garcia/bitwarden_rs/wiki/Updating-the-bitwarden-image
Now when I try to login with the admin token I get the following error:
[2019-04-17 16:17:53][rocket::rocket][INFO] GET /admin text/html:
[2019-04-17 16:17:53][][INFO] Matched: GET /admin (admin_page)
[2019-04-17 16:17:53][bitwarden_rs::config][WARN] RELOADING TEMPLATES
[2019-04-17 16:17:53][bitwarden_rs::error][ERROR] TemplError.
[CAUSE] RenderError {
desc: "Variable "Enabled" not found in strict mode.",
template_name: Some(
"admin/page",
),
line_no: Some(
16,
),
column_no: Some(
29,
),
cause: None,
}
[2019-04-17 16:17:53][][INFO] Outcome: Success
[2019-04-17 16:17:53][][INFO] Response succeeded.
@dani-garcia commented on GitHub (Apr 17, 2019):
I imagine this is due to the change in commit
github.com/dani-garcia/bitwarden_rs@0136c793b4.Are you using custom templates for the admin page, because the provided template should work.
@pdarcos commented on GitHub (Apr 17, 2019):
That's probably it. Let me check
@pdarcos commented on GitHub (Apr 17, 2019):
Yup. That was it.
Thanks!