Reset password instructions

pull/432/head
Piero Toffanin 2018-04-08 21:23:56 -04:00 zatwierdzone przez GitHub
rodzic 1ad79614b6
commit c2b55f3470
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -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)
* [Common Troubleshooting](#common-troubleshooting)
* [Backup and Restore](#backup-and-restore)
* [Reset Password](#reset-password)
* [API Docs](#api-docs)
* [OpenDroneMap, node-OpenDroneMap, WebODM... what?](#opendronemap-node-opendronemap-webodm-what)
* [Roadmap](#roadmap)
@ -157,6 +158,16 @@ docker run --rm --volume webodm_appmedia:/temp --volume `pwd`/backup:/backup ubu
./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
See the [API documentation page](http://docs.webodm.org).