-
Notifications
You must be signed in to change notification settings - Fork 5
chore(kno-10998): Updating managing members page #1246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| ### Removing members | ||
|
|
||
| Members can be removed from an account from the three dot menu. Removing a member will revoke their access to Knock and immediately invalidate any session associated with the user. Additionally, the member will also be sent an email letting them know that they have been removed from the account. | ||
| Members with appropriate [permissions](/manage-your-account/roles-and-permissions) can remove other members from an account by clicking the "Remove member" option found in the three-dot menu. Removing a member will revoke their access to Knock and immediately invalidate any session associated with the member. The removed member will receive an email informing them of the change in account access. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note from PR summary: I've intentionally referred to permissions broadly ("with appropriate permissions") rather than using role names. I did this in hopes that this page doesn't become outdated when the RBAC project is released.
| Users can't change their own roles or remove themselves from a Knock | ||
| account and accounts must have at least one <code>owner</code> at all | ||
| times. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Users can't change their own roles or remove themselves from a Knock | |
| account and accounts must have at least one <code>owner</code> at all | |
| times. | |
| Users can't change their own roles or remove themselves from a Knock | |
| account, and accounts must have at least one <code>owner</code> at all | |
| times. |
There's something that reads funny about this that I can't quite put my finger on; I think it's the "or" followed by the "and". Alternatively:
| Users can't change their own roles or remove themselves from a Knock | |
| account and accounts must have at least one <code>owner</code> at all | |
| times. | |
| Users can't change their own roles or remove themselves from a Knock | |
| account. Accounts must have at least one <code>owner</code> at all | |
| times. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I was back and forth on this too — I'll push an update
Co-authored-by: Matt Kufchak <matt@knock.app>
Co-authored-by: Matt Kufchak <matt@knock.app>
Co-authored-by: Matt Kufchak <matt@knock.app>
Updates to managing account members documentation
Updates managing members docs for improved clarity and style guide alignment.
Changes:
Adding members→Inviting members,Managing invitations,Enabling auto-join) and shortened header names to create a clean (not wrapping) TOC.Note: I've intentionally referred to permissions broadly ("with appropriate permissions") rather than using role names. I did this in hopes that this page doesn't become outdated when the RBAC project is released.