Prevent a user with a different email from accepting the team invite (#24491)
## Changes - Fixes the case where a logged in user can accept an email invitation even if their email address does not match the address in the invitation
This commit is contained in:
parent
dbb3736785
commit
402df1d6b4
3 changed files with 26 additions and 11 deletions
|
@ -2559,6 +2559,7 @@ teams.all_repositories_admin_permission_desc = This team grants <strong>Admin</s
|
|||
teams.invite.title = You've been invited to join team <strong>%s</strong> in organization <strong>%s</strong>.
|
||||
teams.invite.by = Invited by %s
|
||||
teams.invite.description = Please click the button below to join the team.
|
||||
teams.invite.email_mismatch = Your email address does not match this invite.
|
||||
|
||||
[admin]
|
||||
dashboard = Dashboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue