From f7749a1e2b546545e09e22f59808d4ca11af4aa9 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Tue, 24 May 2022 21:08:16 +0200 Subject: [PATCH] Revert "default anonymous participation in events to true" This reverts commit 3a1b7a4660b4fd9488e7d06e677027ae41e0c10c. --- js/src/types/event-options.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/types/event-options.model.ts b/js/src/types/event-options.model.ts index a954c8e2d..420e21919 100644 --- a/js/src/types/event-options.model.ts +++ b/js/src/types/event-options.model.ts @@ -37,7 +37,7 @@ export class EventOptions implements IEventOptions { showRemainingAttendeeCapacity = false; - anonymousParticipation = true; + anonymousParticipation = false; hideOrganizerWhenGroupEvent = false;