From c2b55f34706637c1b792ab0ea331e0500b8190f0 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 8 Apr 2018 21:23:56 -0400 Subject: [PATCH] Reset password instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4709b433..6a65fdc0 100644 --- a/README.md +++ b/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) * [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).