From 239df652201602f8603322b745f6c3a5337a5bf5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 18:05:23 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 93a7449..0552b45 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -45,7 +45,8 @@ archivebox manage changepassword # equivalent: docker run -v $PWD:/data archivebox/archivebox manage [...] ``` -If using Docker or Docker Compose, you can alternatively configure [`ADMIN_USERNAME` & `ADMIN_PASSWORD`](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#admin_username--admin_password) to create an admin user automatically on first run. +> [!TIP] +> If using Docker or Docker Compose, you can alternatively configure [`ADMIN_USERNAME` & `ADMIN_PASSWORD`](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#admin_username--admin_password) to create an admin user automatically on first run. Existing users can be managed from the Admin UI here: `http://127.0.0.1:8000/admin/auth/user/`, and you can change your password in the UI here: `http://127.0.0.1:8000/admin/password_change/`.