feat: Implement multi-tenancy with default organization, global courses, user profiles, and new UI components like OrganizationSelector and Combobox.
This commit is contained in:
+1
-2
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user