Skip to content

Commit bb73f70

Browse files
committed
chore(webapp): shorten invite-email-case-insensitive server-changes entry
1 parent 16a94be commit bb73f70

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.server-changes/invite-email-case-insensitive.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,4 @@ area: webapp
33
type: fix
44
---
55

6-
Org member invites now match emails case-insensitively. Previously an invite
7-
created with different casing than the invitee's account email (e.g.
8-
"Andreas@example.com" vs "andreas@example.com") could never be accepted —
9-
the accept route compared emails strictly and the pending-invite lookups
10-
were exact-match. Invite emails are now lowercased on creation, and all
11-
invite-by-email lookups (accept, decline, pending list) match
12-
case-insensitively so existing mixed-case invite rows still work.
13-
14-
Accepting an invite now also consumes any case-variant duplicate invites
15-
for the same org (pairs left over from before normalization), and
16-
re-inviting an already-invited email acts as a resend instead of failing
17-
on the unique constraint.
6+
Org member invites now match emails case-insensitively, so an invite whose email casing differs from the invitee's account email can be accepted. Re-inviting an already-invited email now resends the invite instead of failing.

0 commit comments

Comments
 (0)