<?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 Re: Password Expiry &amp;amp; Restricting users to access documents uploaded by him/her. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145695#M38620</link>
    <description>&lt;P&gt;As far as user have permission on document, user is able to search(you need to remove permission)&lt;/P&gt;&lt;P&gt;if user is search from site then user will document from that site only.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 02:18:26 GMT</pubDate>
    <dc:creator>sp2</dc:creator>
    <dc:date>2023-06-01T02:18:26Z</dc:date>
    <item>
      <title>Password Expiry &amp; Restricting users to access documents uploaded by him/her.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145691#M38616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two issues&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;Password Expiration&lt;/STRONG&gt; - the password should expire according to the day limit(90 days) for all users.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;STRONG&gt;Restricting users to access documents of his/her previous id which was earlier uploaded by him/her&amp;nbsp;&lt;/STRONG&gt;- means the files uploaded by "User A" should only be visible to "User A". So if "User B" also has uploaded some files but those files should not be visible to "User A".&amp;nbsp;&lt;/P&gt;&lt;P&gt;In simple, if any specific user uploads the documents it shouldn't be visible to any of the other users.&lt;/P&gt;&lt;P&gt;Please suggest us to resolve this issues......&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sai Kumar S&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 08:34:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145691#M38616</guid>
      <dc:creator>Sai-1411</dc:creator>
      <dc:date>2023-04-10T08:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Password Expiry &amp; Restricting users to access documents uploaded by him/her.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145692#M38617</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Password Expiration :&amp;nbsp;&lt;/STRONG&gt;For this you need to track last password change date. You need to create scheduler that will check last password change date and if it &amp;gt;=90 then do some action base on your requirements.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Restricting users to access documents of his/her previous id which was earlier uploaded by him/her :&amp;nbsp;&lt;/STRONG&gt;For this, every upload , you need to set inherit permission false for uploaded document and provide permission to uploaded user only.(need to write logic)&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 03:57:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145692#M38617</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2023-04-11T03:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Password Expiry &amp; Restricting users to access documents uploaded by him/her.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145693#M38618</link>
      <description>&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;Thank you for replying...&lt;/P&gt;&lt;P&gt;I have done some changes in alfresco-global.properties file as mentioned below.&lt;/P&gt;&lt;P&gt;authentication.credentials.expiry.default.enabled=true&lt;BR /&gt;authentication.credentials.expiry.default.days=2&lt;BR /&gt;authentication.credentials.expiry.default.warn.days=1&lt;/P&gt;&lt;P&gt;It is not working, so can you guide us for any modification needed.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sai Kumar S&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 06:27:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145693#M38618</guid>
      <dc:creator>Sai-1411</dc:creator>
      <dc:date>2023-04-11T06:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Password Expiry &amp; Restricting users to access documents uploaded by him/her.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145694#M38619</link>
      <description>&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;The actual issue for&amp;nbsp;Restricting users to access documents uploaded by him/her is that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Eg&lt;/STRONG&gt;:- &lt;STRONG&gt;&lt;EM&gt;User A&lt;/EM&gt;&lt;/STRONG&gt; is a part of &lt;STRONG&gt;&lt;EM&gt;Site A&lt;/EM&gt;&lt;/STRONG&gt;, &lt;EM&gt;User A&lt;/EM&gt; has uploaded some files in &lt;STRONG&gt;&lt;EM&gt;Site A&lt;/EM&gt;&lt;/STRONG&gt;,&amp;nbsp; so when &lt;STRONG&gt;&lt;EM&gt;User A&lt;/EM&gt;&lt;/STRONG&gt; is transffered to &lt;STRONG&gt;&lt;EM&gt;Site B&lt;/EM&gt;&lt;/STRONG&gt;, so in this case when &lt;STRONG&gt;&lt;EM&gt;User A&lt;/EM&gt;&amp;nbsp;&lt;/STRONG&gt; search for files in present site(&lt;STRONG&gt;&lt;EM&gt;Site B&lt;/EM&gt;&lt;/STRONG&gt;) he should only get the result of &lt;STRONG&gt;&lt;EM&gt;Site B&lt;/EM&gt;&lt;/STRONG&gt;, but which he uploaded in &lt;STRONG&gt;&lt;EM&gt;Site A&lt;/EM&gt;&lt;/STRONG&gt; is also visible.&lt;/P&gt;&lt;P&gt;&lt;U&gt;In whichever site the User is present only that site documents/files should be displayed on search&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;So please tell us how to ressolve this issue.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Sai Kumar S&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 12:40:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145694#M38619</guid>
      <dc:creator>Sai-1411</dc:creator>
      <dc:date>2023-05-15T12:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Password Expiry &amp; Restricting users to access documents uploaded by him/her.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145695#M38620</link>
      <description>&lt;P&gt;As far as user have permission on document, user is able to search(you need to remove permission)&lt;/P&gt;&lt;P&gt;if user is search from site then user will document from that site only.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 02:18:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/password-expiry-amp-restricting-users-to-access-documents/m-p/145695#M38620</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2023-06-01T02:18:26Z</dc:date>
    </item>
  </channel>
</rss>

