mirror of
https://github.com/readur/readur.git
synced 2026-05-01 11:59:58 -05:00
fix(docs): update docs to include how to run reset-admin-password
This commit is contained in:
@@ -62,7 +62,10 @@ Password: [your-generated-password]
|
||||
|
||||
View the logs with: `docker compose logs readur`
|
||||
|
||||
To reset the admin password later, run: `readur reset-admin-password`
|
||||
To reset the admin password later:
|
||||
```bash
|
||||
docker compose exec readur readur reset-admin-password
|
||||
```
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
|
||||
+16
-1
@@ -48,7 +48,10 @@ Password: [your-generated-password]
|
||||
|
||||
View the logs with: `docker compose logs readur`
|
||||
|
||||
To reset the admin password later, run: `readur reset-admin-password`
|
||||
To reset the admin password later:
|
||||
```bash
|
||||
docker compose exec readur readur reset-admin-password
|
||||
```
|
||||
|
||||
### What You Get
|
||||
|
||||
@@ -175,6 +178,18 @@ npm run build
|
||||
# Built files in frontend/dist/
|
||||
```
|
||||
|
||||
### Resetting Admin Password
|
||||
|
||||
For manual installations, reset the admin password using:
|
||||
```bash
|
||||
./target/release/readur reset-admin-password
|
||||
```
|
||||
|
||||
Or if running via `cargo run`:
|
||||
```bash
|
||||
cargo run -- reset-admin-password
|
||||
```
|
||||
|
||||
## Verifying Installation
|
||||
|
||||
After installation, verify everything is working:
|
||||
|
||||
Reference in New Issue
Block a user