Invite: you dont have access to the admin console

Tailscale version: 1.26.2
Your operating system & version: macOS 11.6.1

I invited several users to share one of my machines. I set ACLs so they can only see a single port:

{
	"acls": [
		{"action": "accept", "src": ["me@mail.com"], "dst": ["*:*"]},
		{"action": "accept", "src": ["user1@mail.com"], "dst": ["*:14110"]},
                {"action": "accept", "src": ["user2@mail.com"], "dst": ["*:14120"]},
]}

Some users can access the machine after clicking the invite link, and some users are getting the error: you dont have access to the admin console

I can’t see any difference in how the users are set up. Thanks for any help,

Matt

Here’s what was happening. My username is a gmail account. Some of the invites I sent were to a single domain, say foo dot com. The first user that accepted the invite became the owner of the domain foo dot com. Subsequent users that tried to accept the invite we created as members in the tailscale foo dot com group.

Apparently, members can’t accept invites. I don’t know if this is a bug, but it is certainly unexpected. If I invite user1@foo.com and user2@foo.com to share a machine in my network. The first user that accepts the invite succeeds and the second user gets an error. Not at all what I expected.

Matt