Update password-reset.mdx

This commit is contained in:
Ahmed 2025-01-28 00:43:52 -05:00 committed by GitHub
parent e338d8bd2f
commit cf1985d977

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`
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
```
**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.
```