(all) allow forcing SSO display name for authenticated users

Add a new setting that controls whether an authenticated user can
rename or modify their display name, or if they must use the one
returned by the SSO.

When the setting is disabled, only anonymous users can set a display
name freely; authenticated users always use their SSO display name.

Requested by many self-hosters.
This commit is contained in:
lebaudantoine
2026-07-10 15:49:25 +02:00
committed by aleb_the_flash
parent 05a67320b1
commit 0d5136206f
8 changed files with 92 additions and 24 deletions
+1
View File
@@ -12,6 +12,7 @@ and this project adheres to
- ✨(backend) allow searching the recording admin table by owner email
- ✨(frontend) add participant color gradient when camera is off #1490
- ✨(all) allow forcing SSO display name for authenticated users
### Changed