]> git.parisson.com Git - teleforma.git/commitdiff
fix attendee pw
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 11:18:41 +0000 (12:18 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 11:18:41 +0000 (12:18 +0100)
teleforma/webclass/models.py

index 425693101e399be3231987f54751dff40b89b7b9..c59ac651b9110d5c3ffcffff484599d0bef5e62b 100644 (file)
@@ -293,7 +293,7 @@ class WebclassSlot(models.Model):
                 params = {
                     'name': "Webclass - %s" % self.webclass.course.title,
                     'moderatorPW': self.room_password,
-                    'attendeePW': "PWATTENDEE",
+                    'attendeePW': "pwattendee",
                     # 'maxParticipants':self.webclass_max_participants + 1,
                     'welcome': "PrĂ©-Barreau CRFPA %d - Bienvenue sur la webclass \"%s\"." % (year, self.webclass.course.title,),
                     'record': True,