feat: disable role changing on unmanaged users

This commit is contained in:
Aarnav Tale 2025-04-24 18:58:37 -04:00
parent 8c01fcfe89
commit 6f2a0773ba
4 changed files with 34 additions and 4 deletions

View file

@ -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.