Update password-reset.mdx

This commit is contained in:
Ahmed 2025-01-28 00:43:52 -05:00 committed by GitHub
parent 981fadc24a
commit 1fd3261516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,13 +121,14 @@ If youre unsure where `webui.db` is located (especially if you're using a vir
### Step 2: Delete `webui.db` ### Step 2: Delete `webui.db`
Once youve located the file, remove it using a command similar to: Once youve 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 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! **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. 📖 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.
```