Hi,
I want to modify the "User - Login And Create" Widget so that when a user manually joins, their Email Noticfications are turned off. The settings Im trying to set are "EnableCommentNotifications" & "EnableConversationNotifications".
I have copied the "User - Login And Create" widget and edited the line that sets the user options:
#set ($options = "%{ TimeZone = $timeZoneOffset, AllowSiteToContact = $allowSiteToContact, AllowSitePartnersToContact = $allowSitePartnersToContact, EnableCommentNotifications=false,EnableConversationNotifications=false}")
However this is not saving the user's settings as they join.
Does anyone know how to set these via the widget?