diff --git a/docs/troubleshooting/password-reset.mdx b/docs/troubleshooting/password-reset.mdx index ee166b8..34626da 100644 --- a/docs/troubleshooting/password-reset.mdx +++ b/docs/troubleshooting/password-reset.mdx @@ -121,13 +121,14 @@ If you’re unsure where `webui.db` is located (especially if you're using a vir ### Step 2: Delete `webui.db` Once you’ve located the file, remove it using a command similar to: + ``` rm -rf /path/to/your/python/environment/lib/pythonX.X/site-packages/open_webui/data/webui.db ``` + **Warning:** Deleting `webui.db` will remove all stored data, including user accounts, settings, and passwords. Only do this if you truly want to start fresh! 📖 By following these straightforward steps, you'll regain access to your Open WebUI admin account in no time. If you encounter any issues during the process, please consider searching for your issue on forums or community platforms. -```