Files
minecraft-account-manager/design/us-017-group-access.md
T
dmg b7c0083647
CI / validate (push) Successful in 5m20s
Release / release (push) Successful in 6m56s
feat(portal): add SSR operations and exclusive groups
2026-08-01 19:21:23 -04:00

2.4 KiB

type, title, description, tags, timestamp, story_id, status
type title description tags timestamp story_id status
User Story Control Minecraft admission with groups Administrators assign users to groups and enable Minecraft access through explicit group policy.
admin
groups
authorization
velocity
security
2026-08-01T23:10:59Z US-017 verified

User Story

As an administrator, I want to organize registered users into access groups, so that server admission can be enabled for selected communities while remaining off by default.

Acceptance Criteria

  • A registered user can have at most one explicit group assignment.
  • Users without an explicit assignment fall back to the protected everyone group.
  • The everyone group remains created with Minecraft access disabled.
  • Administrators can create groups with access disabled by default and move users between groups.
  • Administrators can enable or disable Minecraft admission for each group.
  • Admission follows only the user's effective group; default and explicit-group access are never combined.
  • Administrators can delete non-default groups, returning affected users to everyone.
  • The protected default group cannot be deleted.
  • Group creation, membership, and access-policy changes are audited.
  • Users and administrators can inspect the user's single effective group assignment.

Implementation

Validation

Related Stories