feat: reduce Community Edition user limit from 50 to 10

Reduces the hardcoded max users for Community Edition from 50 to 10.

Changes:
- Backend: MAX_USERS_COMMUNITY constant (enforcement)
- Frontend: Display messages on users and tenants pages
- README: Documentation update

Ref: GT-Edge-AI-Internal/GT-2.0#289

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
HackWeasel
2025-12-15 12:19:48 -05:00
parent 91cbfc5213
commit 1dbc93f53b
5 changed files with 6 additions and 6 deletions

View File

@@ -143,7 +143,7 @@ export default function TenantsPage() {
domain: 'betatest',
template: 'development',
status: 'suspended',
max_users: 50,
max_users: 10,
current_users: 12,
namespace: 'gt-tenant-betatest',
resource_count: 5,