You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove workspace invite messages and pending cap (baserow#5222)
* fix: remove workspace invite messages and pending cap
Workspace invitations no longer accept custom messages, which removes the main spam payload from the flow. Drop the BASEROW_MAX_PENDING_WORKSPACE_INVITES limit because deleting and recreating invites made it ineffective.
* Update backend/src/baserow/core/migrations/0114_alter_workspaceinvitation_message.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
field=models.TextField(default='', help_text='Deprecated legacy field retained for compatibility. This message is not exposed to invitation recipients.', max_length=250),
Copy file name to clipboardExpand all lines: backend/src/baserow/core/templates/baserow/core/workspace_invitation.html
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -178,13 +178,6 @@
178
178
<divstyle="font-family:Inter,sans-serif;font-size:13px;line-height:170%;text-align:left;color:#070810;">{% blocktrans trimmed with invitation.invited_by.first_name as first_name and invitation.workspace.name as workspace_name %} <strong>{{ first_name }}</strong> has invited you to collaborate on <strong>{{ workspace_name }}</strong>. {% endblocktrans %}</div>
179
179
</td>
180
180
</tr>
181
-
<!-- htmlmin:ignore -->{% if invitation.message %}<!-- htmlmin:ignore -->
0 commit comments