## Overview
Allow organization Admins to remove a member from the organization.
## Background
Recently needed [by one user on the forum](https://discuss.write.as/t/multiple-users/425/15).
## Implementation
Add a "Remove" button on the Members page, visible only to admins. Clicking this should bring up a confirmation modal. When confirmed, the member should be removed from the `organization_members` table.
### Preserving content
**Important**: the user's content should remain online when this happens (requires T859).
* **Option 1**: When a user is removed, on all posts, set the `owner_id` to `0`.
* This property isn't crucial for org blog posts, so no problem
* Either way, permissions will fall back to the org
* **Question 1**: What would //Member suspension// look like?