[PR #793] [MERGED] fix: automatically create tenant for user #22688

Closed
opened 2026-02-21 20:19:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/793
Author: @MatriQ
Created: 8/9/2023
Status: Merged
Merged: 8/11/2023
Merged by: @crazywoola

Base: mainHead: fix/automatically-create-workspace-for-user


📝 Commits (1)

  • 60b139f fix: automatically create tenant for user

📊 Changes

2 files changed (+17 additions, -3 deletions)

View changed files

📝 api/app.py (+16 -2)
📝 api/controllers/console/auth/login.py (+1 -1)

📄 Description

Users could lack a workspace that is required for users in some cases. This PR will automatically create default workspaces for them.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/793 **Author:** [@MatriQ](https://github.com/MatriQ) **Created:** 8/9/2023 **Status:** ✅ Merged **Merged:** 8/11/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/automatically-create-workspace-for-user` --- ### 📝 Commits (1) - [`60b139f`](https://github.com/langgenius/dify/commit/60b139f7b5653feb71c344221a60453e45c2ea3e) fix: automatically create tenant for user ### 📊 Changes **2 files changed** (+17 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/app.py` (+16 -2) 📝 `api/controllers/console/auth/login.py` (+1 -1) </details> ### 📄 Description Users could lack a workspace that is required for users in some cases. This PR will automatically create default workspaces for them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:32 -05:00
yindo closed this issue 2026-02-21 20:19:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22688