mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
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
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:
parent
ec1fa05ed5
commit
7d8cc42cb1
@ -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 <username>
|
||||
archivebox manage createsuperuser --username <username>
|
||||
archivebox manage changepassword <username>
|
||||
</pre>
|
||||
<pre>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user