From 3e8b43103173503b19e93276aa9810f4fa8cba98 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 8 Nov 2025 00:21:23 -0600 Subject: [PATCH] Update blueprints/librechat/template.toml --- blueprints/librechat/template.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/blueprints/librechat/template.toml b/blueprints/librechat/template.toml index ee7c2d94..22ab6c3f 100644 --- a/blueprints/librechat/template.toml +++ b/blueprints/librechat/template.toml @@ -48,7 +48,6 @@ POSTGRES_USER="librechat_user" POSTGRES_PASSWORD="${postgresql_password}" # Security & Sessions -ALLOW_EMAIL_LOGIN="true" ALLOW_REGISTRATION="false" ALLOW_SOCIAL_LOGIN="false"