Cannot create user: registration not offered and create-user script fails with "potential injection attack" #8965
mramendi
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have installed LibreChat on a RHEL9 VPS using
podman compose up -d
. (Needed to add :z to some volume definitions but this is normal for RHEL.) I do not yet have a reverse proxy set up so I use HTTP access via port 3080.Unfortunately I am unable to create a user.
The UI that opens does not have any link to creating a new user - it just asks for the email address and password, despite
ALLOW_REGISTRATION=true
in.env
So I try to go with the user creation script but hit an error:
How do I create an admin user so that I can actually try LibreChat?
Beta Was this translation helpful? Give feedback.
All reactions