<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Default emailFeedDisabled to true for new users in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62067#M21553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that I can post to /alfresco/service/slingshot/profile/userprofile with a json payload&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "username": "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:user@example.org" rel="nofollow noopener noreferrer"&gt;user@example.org&lt;/A&gt;&lt;SPAN&gt;", "properties":{"cm:emailFeedDisabled": true } } to disable the setting for individual users.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, that only works for existing users and I'd have to repeat the process for new users as they're added to the system.&amp;nbsp;Is there a way to globally set the default value of emailFeedDisabled for all new users?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2018 14:57:00 GMT</pubDate>
    <dc:creator>dshookowsky</dc:creator>
    <dc:date>2018-07-11T14:57:00Z</dc:date>
    <item>
      <title>Default emailFeedDisabled to true for new users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62067#M21553</link>
      <description>I know that I can post to /alfresco/service/slingshot/profile/userprofile with a json payload&amp;nbsp;{ "username": "user@example.org", "properties":{"cm:emailFeedDisabled": true } } to disable the setting for individual users.Unfortunately, that only works for existing users and I'd have to repeat the proc</description>
      <pubDate>Wed, 11 Jul 2018 14:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62067#M21553</guid>
      <dc:creator>dshookowsky</dc:creator>
      <dc:date>2018-07-11T14:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Default emailFeedDisabled to true for new users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62068#M21554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A possibility is to define a quartz job that is run daily after LDAP users sync.&lt;/P&gt;&lt;P&gt;The job would run a query for obtaining those users whose emailFeedDisabled parameter is true, and then you may iterate over them and change the corresponding parameter to false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 15:28:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62068#M21554</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2018-07-11T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Default emailFeedDisabled to true for new users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62069#M21555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're not doing a full directory sync at the moment.&amp;nbsp; Users are added as they authenticate.&amp;nbsp; It looks like we have to somehow override the user model to provide the property value, but I was hoping for something simpler, like a configuration flag in a property file or database field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 20:58:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62069#M21555</guid>
      <dc:creator>dshookowsky</dc:creator>
      <dc:date>2018-07-11T20:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Default emailFeedDisabled to true for new users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62070#M21556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, a regular onCreateNode policy on cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson should do the trick, and you can set the preferences JSON to a default value including disabling the feed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 21:26:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62070#M21556</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-07-11T21:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Default emailFeedDisabled to true for new users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62071#M21557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Axel's option is the most suitable in fact. I remember an old example of policy (by Jared Ottey) for setting quota on created users that should be very similar to this case. But&amp;nbsp;Daniel, you will have to program a little bit (in both cases).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Redpill-Linpro/alfresco-defaultquota-policy" title="https://github.com/Redpill-Linpro/alfresco-defaultquota-policy" rel="nofollow noopener noreferrer"&gt;GitHub - Redpill-Linpro/alfresco-defaultquota-policy: This module adds a policy allowing you to set the Default Quota wh…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 21:54:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62071#M21557</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2018-07-11T21:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Default emailFeedDisabled to true for new users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62072#M21558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you for the quick responses.&amp;nbsp; This looks like a good approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 23:53:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/default-emailfeeddisabled-to-true-for-new-users/m-p/62072#M21558</guid>
      <dc:creator>dshookowsky</dc:creator>
      <dc:date>2018-07-11T23:53:59Z</dc:date>
    </item>
  </channel>
</rss>

