From a486d0330bca5ac4a6b596eb60d63ec7c0cab3bd Mon Sep 17 00:00:00 2001
From: Ahmad Farhat <ahmad.af.farhat@gmail.com>
Date: Wed, 22 Nov 2023 11:29:30 -0500
Subject: [PATCH] Add default for openid_uid_field to .en (#5563)

---
 sample.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sample.env b/sample.env
index b5b79673..620bca9c 100644
--- a/sample.env
+++ b/sample.env
@@ -45,7 +45,7 @@ REDIS_URL=
 #OPENID_CONNECT_CLIENT_SECRET=
 #OPENID_CONNECT_ISSUER=
 #OPENID_CONNECT_REDIRECT=
-#OPENID_CONNECT_UID_FIELD=
+#OPENID_CONNECT_UID_FIELD=sub
 
 # To enable hCaptcha on the user sign up and sign in, define these 2 keys
 # More information: https://docs.bigbluebutton.org/greenlight/v3/install/#hcaptcha-setup
-- 
GitLab