kopia lustrzana https://github.com/OpenDroneMap/WebODM
Reset password instructions
rodzic
1ad79614b6
commit
c2b55f3470
11
README.md
11
README.md
|
@ -15,6 +15,7 @@ A free, user-friendly, extendable application and [API](http://docs.webodm.org)
|
||||||
* [Where Are My Files Stored?](#where-are-my-files-stored)
|
* [Where Are My Files Stored?](#where-are-my-files-stored)
|
||||||
* [Common Troubleshooting](#common-troubleshooting)
|
* [Common Troubleshooting](#common-troubleshooting)
|
||||||
* [Backup and Restore](#backup-and-restore)
|
* [Backup and Restore](#backup-and-restore)
|
||||||
|
* [Reset Password](#reset-password)
|
||||||
* [API Docs](#api-docs)
|
* [API Docs](#api-docs)
|
||||||
* [OpenDroneMap, node-OpenDroneMap, WebODM... what?](#opendronemap-node-opendronemap-webodm-what)
|
* [OpenDroneMap, node-OpenDroneMap, WebODM... what?](#opendronemap-node-opendronemap-webodm-what)
|
||||||
* [Roadmap](#roadmap)
|
* [Roadmap](#roadmap)
|
||||||
|
@ -157,6 +158,16 @@ docker run --rm --volume webodm_appmedia:/temp --volume `pwd`/backup:/backup ubu
|
||||||
./webodm.sh start
|
./webodm.sh start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Reset Password
|
||||||
|
|
||||||
|
If you forgot the password you picked the first time you logged into WebODM, to reset it just type:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./webodm.sh start && ./webodm.sh resetadminpassword newpass
|
||||||
|
```
|
||||||
|
|
||||||
|
The password will be reset to `newpass`. The command will also tell you what username you chose.
|
||||||
|
|
||||||
## API Docs
|
## API Docs
|
||||||
|
|
||||||
See the [API documentation page](http://docs.webodm.org).
|
See the [API documentation page](http://docs.webodm.org).
|
||||||
|
|
Ładowanie…
Reference in New Issue