feat: Implement multi-tenancy with default organization, global courses, user profiles, and new UI components like OrganizationSelector and Combobox.

This commit is contained in:
2026-01-16 12:15:15 -03:00
parent 663950aa0e
commit 2dffbd8b71
20 changed files with 942 additions and 153 deletions
+1 -2
View File
@@ -225,8 +225,7 @@ if [ "$ADMIN_EXISTS" != "t" ]; then
read -s -p "Admin Password [password123]: " ADMIN_PASS
ADMIN_PASS=${ADMIN_PASS:-password123}
echo ""
read -p "Organization Name [Default Organization]: " ORG_NAME
ORG_NAME=${ORG_NAME:-Default Organization}
ORG_NAME="Default Organization"
fi
echo ""