bitswired / fuseai

Self-Hosted and Open-Source web app to interact with OpenAI APIs. Currently supports ChatGPT, but DALLE and Whisper support is coming.
290 stars 44 forks source link

Add User #39

Open kysdaddy opened 1 year ago

kysdaddy commented 1 year ago

Hello, I have an add user button and can add an email; I do not see how to add a password for that user.

Chas

MMagTech commented 1 year ago

I to am having the same issue on unRAID. Is the only way to add new users through the environmental variables. I’m currently trying to do it through the GUI and have no option for a password.

Shadowen925 commented 1 year ago

This does not use a username and password for users. You add an email address for the user and then you are emailed a link with an authentication token. Make sure you have the Email Server variable setup properly so that you are able to send out an email. If NEXT_PUBLIC_MULTI_USER=1 then when you open the page, you should be asked for an email only without the option to enter a password.