diff --git a/backend/atlas_portal/routes/account.py b/backend/atlas_portal/routes/account.py index c1a8665..3df445b 100644 --- a/backend/atlas_portal/routes/account.py +++ b/backend/atlas_portal/routes/account.py @@ -124,6 +124,8 @@ def register(app) -> None: not keycloak_email or not mailu_email or not mailu_app_password + or not wger_password + or not wger_password_updated_at or not vaultwarden_email or not vaultwarden_status or not vaultwarden_synced_at diff --git a/frontend/src/views/AccountView.vue b/frontend/src/views/AccountView.vue index cbc4876..5169495 100644 --- a/frontend/src/views/AccountView.vue +++ b/frontend/src/views/AccountView.vue @@ -140,7 +140,10 @@ {{ vaultwarden.status }} -
+
Password manager for Atlas accounts. Store your Element recovery key here. Signups are admin-provisioned.