From 1fd32615161c4b73df1c794889b1bcfe110fd931 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 28 Jan 2025 00:43:52 -0500 Subject: [PATCH] Update password-reset.mdx --- docs/troubleshooting/password-reset.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -```