diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b76c4..33b5177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Machine tags now show states when waiting for subnet or exit node approval and when expiry is disabled. - Expiry status on the UI was incorrectly showing as never due to changes in the Headscale API. - Added validation for machine renaming to prevent invalid submissions (closes [#192](https://github.com/tale/headplane/issues/192)). +- Unmanaged (non-OIDC) users cannot have a role assigned to them so the menu option was disabled. ### 0.5.10 (April 4, 2025) - Fix an issue where other preferences to skip onboarding affected every user. diff --git a/app/routes/users/components/manage-banner.tsx b/app/routes/users/components/manage-banner.tsx index 726e95e..4f2a2a2 100644 --- a/app/routes/users/components/manage-banner.tsx +++ b/app/routes/users/components/manage-banner.tsx @@ -61,7 +61,7 @@ export default function ManageBanner({ oidc, isDisabled }: ManageBannerProps) { : 'You can add, remove, and rename users here.'}