[PR #1100] [MERGED] fix: shortening invite url #22896

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1100
Author: @MatriQ
Created: 9/4/2023
Status: Merged
Merged: 9/7/2023
Merged by: @takatost

Base: mainHead: feat/shortening-invitation-url


📝 Commits (2)

  • d3dd10a fix: shortening invite url
  • 5a2061e fix: add email to the returend invite link

📊 Changes

4 files changed (+70 additions, -38 deletions)

View changed files

📝 api/controllers/console/auth/activate.py (+12 -12)
📝 api/controllers/console/workspace/members.py (+1 -1)
📝 api/services/account_service.py (+55 -23)
📝 web/app/activate/activateForm.tsx (+2 -2)

📄 Description

Shortening invite url from /activate?workspace_id=****&email=****&token=*** to /activate?token=***,

The old pattern of invite url is still supported to activate.


🔄 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/1100 **Author:** [@MatriQ](https://github.com/MatriQ) **Created:** 9/4/2023 **Status:** ✅ Merged **Merged:** 9/7/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/shortening-invitation-url` --- ### 📝 Commits (2) - [`d3dd10a`](https://github.com/langgenius/dify/commit/d3dd10a6f3ac746509ab802c9333751b99be4c00) fix: shortening invite url - [`5a2061e`](https://github.com/langgenius/dify/commit/5a2061e54cf59545ca969fac91ec0b69d2d43634) fix: add email to the returend invite link ### 📊 Changes **4 files changed** (+70 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/auth/activate.py` (+12 -12) 📝 `api/controllers/console/workspace/members.py` (+1 -1) 📝 `api/services/account_service.py` (+55 -23) 📝 `web/app/activate/activateForm.tsx` (+2 -2) </details> ### 📄 Description Shortening invite url from `/activate?workspace_id=****&email=****&token=***` to `/activate?token=***`, The old pattern of invite url is still supported to activate. --- <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:20:00 -05:00
yindo closed this issue 2026-02-21 20:20:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22896