admin page login broke after latest update #280

Closed
opened 2026-02-04 19:15:38 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @pdarcos on GitHub (Apr 17, 2019).

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.

Originally created by @pdarcos on GitHub (Apr 17, 2019). 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.
Author
Owner

@dani-garcia commented on GitHub (Apr 17, 2019):

I imagine this is due to the change in commit 0136c793b4.

Are you using custom templates for the admin page, because the provided template should work.

@dani-garcia commented on GitHub (Apr 17, 2019): I imagine this is due to the change in commit https://github.com/dani-garcia/bitwarden_rs/commit/0136c793b4ac5fb2b5717ac535012f2ee154c96a. Are you using custom templates for the admin page, because the provided template should work.
Author
Owner

@pdarcos commented on GitHub (Apr 17, 2019):

That's probably it. Let me check

@pdarcos commented on GitHub (Apr 17, 2019): That's probably it. Let me check
Author
Owner

@pdarcos commented on GitHub (Apr 17, 2019):

Yup. That was it.

Thanks!

@pdarcos commented on GitHub (Apr 17, 2019): Yup. That was it. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#280