Fix admin creation command shown on login page
Some checks are pending
CI / Linters (push) Waiting to run
CI / Install and CLI platform compatibility (push) Waiting to run
CI / Discovered test matrix (push) Waiting to run
CI / Documentation and root tests (push) Waiting to run
CI / CodeQL (push) Waiting to run
CI / Tested Python artifacts (push) Waiting to run
CI / Tested Docker images (push) Waiting to run
CI / All required CI lanes (push) Blocked by required conditions
Deploy Publicsite to GitHub Pages / deploy (push) Waiting to run

This commit is contained in:
Nick Sweeting 2026-08-14 08:58:23 -07:00
parent ec1fa05ed5
commit 7d8cc42cb1
No known key found for this signature in database

View File

@ -74,7 +74,7 @@
To create a new admin user or reset a password, run:<br/>
<pre>
cd data/ # run commands inside your data folder
archivebox manage createsuperuser &lt;username&gt;
archivebox manage createsuperuser --username &lt;username&gt;
archivebox manage changepassword &lt;username&gt;
</pre>
<pre>