This commit is contained in:
lowcarbdev
2026-01-17 22:19:59 -07:00
parent 8c054905c3
commit 9a6bf4ee9d
2 changed files with 119 additions and 26 deletions
+7 -26
View File
@@ -80,34 +80,15 @@ MIT
- Please submit any issues to github issues
- PRs are welcome, but for anything over ~100 lines, please submit a github discussion first
## Administration
See [docs/ADMIN.md](docs/ADMIN.md) for administrative tasks including:
- Listing users
- Resetting passwords
- Auto-importing backups via the filesystem
## FAQ
Q: How do I list all users?
Docker:
```bash
docker exec -it <container_name> /app/sbv -list-users
```
Binary:
```bash
./sbv -list-users
```
Q: How do I reset a user's password?
Docker:
```bash
docker exec -it <container_name> /app/sbv -reset-password <username>
```
Binary:
```bash
./sbv -reset-password <username>
```
You will be prompted to enter and confirm the new password.
Q: What backups does this program support?
XML backups from the [SMS Backup & Restore app](https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore&hl=en_US). Android devices are supported. iPhone (iOS) devices are not supported by SMS Backup & Restore.