From 9d565ec8a5aad61d6e3b08f24d44d6516782e27b Mon Sep 17 00:00:00 2001 From: Jacob Root Date: Wed, 8 Nov 2023 04:54:50 -0800 Subject: [PATCH] =?UTF-8?q?docs:=20manual=20user=20creation=20=F0=9F=93=96?= =?UTF-8?q?=20(#1151)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/install/user_auth_system.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/user_auth_system.md b/docs/install/user_auth_system.md index 4c15971bc0..b05f6d04b1 100644 --- a/docs/install/user_auth_system.md +++ b/docs/install/user_auth_system.md @@ -222,3 +222,6 @@ If you previously implemented your own user system using the original scaffoldin When the first account is registered, the application will automatically migrate any conversations and presets that you created before the user system was implemented to that account. if you use login for the first time with a social login account (eg. Google, facebook, etc.), the conversations and presets that you created before the user system was implemented will NOT be migrated to that account. + +## **Manual User Registration** +You can use `npm run create-user` to create a user. If you can't get npm to work, try `sudo docker exec -ti LibreChat sh` first to "ssh" into the container.