From b3945d4d8f4d717235d4cb6f1df55e0054c75ee2 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 15 Apr 2026 12:07:50 +0100 Subject: [PATCH] vault backup: 2026-04-15 12:07:50 --- 99 Daily/2026-04-15.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/99 Daily/2026-04-15.md b/99 Daily/2026-04-15.md index 2c9cbde..6a2a1c4 100644 --- a/99 Daily/2026-04-15.md +++ b/99 Daily/2026-04-15.md @@ -84,3 +84,6 @@ tags: [daily] - 12:02 | `Oliver (root)` - **Asked:** Check SSH logs on librechat_prod server for user login failure issue. - **Done:** Identified that user Santhosha cannot login because they're not in MongoDB database despite successful Microsoft authentication, due to ALLOW_SOCIAL_REGISTRATION=false setting. +- 12:06 | `Oliver (root)` + - **Asked:** Check SSH logs on librechat_prod server for a user login issue and diagnose the authentication problem. + - **Done:** Identified root cause in LibreChat v0.8.4 where ALLOW_SOCIAL_REGISTRATION=false blocks users without openidId, then enabled registration and restarted server to allow user to complete OpenID login flow.