From 4c242219e115651b1016e3e10001bc31414bde94 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 30 Mar 2022 13:07:42 +0200 Subject: [PATCH] README: add delete_user, update metadata --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7613a42..1046a68 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Wiki and knowledge base for growing teams * **Category**: Apps -* **Status**: +* **Status**: 1, alpha * **Image**: [outlinewiki/outline](https://hub.docker.com/r/outlinewiki/outline) -* **Healthcheck**: -* **Backups**: -* **Email**: -* **Tests**: -* **SSO**: +* **Healthcheck**: No +* **Backups**: No +* **Email**: No +* **Tests**: No +* **SSO**: 3 (OAuth) @@ -47,3 +47,13 @@ Avoid the use of quotes (`"..."`) as much as possible, the NodeJS scripts flip o ### Multiple users logging in & generic oauth `COMPOSE_FILE="compose.yml:compose.patch.yml"` + +### Deleting a user (e.g. to fix SSO weirdness) + +`abra app cmd YOURAPPNAME postgres delete_user ` + +Where `` is the username of the user to be removed, and +`` is the username of another user, to assign documents and +revisions to (instead of deleting them). + +_As of 2022-03-30, this requires `abra` RC version, run `abra upgrade --rc`._