mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
docs: manual user creation 📖 (#1151)
This commit is contained in:
parent
43d7a751d6
commit
9d565ec8a5
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue