From adeb143cd49244247ce9aca51fc3e1aa603f4038 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 3 May 2024 17:43:39 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index c3c08a0..786653e 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -37,6 +37,8 @@ archivebox manage changepassword 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: `/admin/auth/user/`, and you can change your password in the UI here: `/admin/password_change/`. +
### Reverse Proxy Authentication