1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 07:03:03 +02:00

Updated Setting up Authentication (markdown)

Nick Sweeting
2024-05-08 19:53:28 -07:00
parent 6aee9fe64b
commit 3fbe0f72ee

@@ -51,8 +51,8 @@ archivebox manage changepassword <username>
> [!TIP]
> If using Docker, you can set [`ADMIN_USERNAME` & `ADMIN_PASSWORD`](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#admin_username--admin_password) to auto-create an admin account 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/`.
Existing users can be managed from the Admin UI here: [`/admin/auth/user/`](http://127.0.0.1:8000/admin/auth/user/),
and you can change your password in the UI here: [`/admin/password_change/`](http://127.0.0.1:8000/admin/password_change/).
<br/>
<br/>