<?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 User password management rules in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288472#M241602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey i'm new to Alfresco (ECM and Forum), so bear with me. I would like to know how to :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Force password reset upon first login for a user X&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Reject a password based on a sequence of characters it contains&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Force password reset for a all users based on a certain frequency&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Reject a password already used by the user resetting his/her password&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Set representation of certain character sets (e.g. letters, digits, special characters, …)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your assistance, solutions or redirections would be much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 15:51:06 GMT</pubDate>
    <dc:creator>bryan_siyam</dc:creator>
    <dc:date>2014-04-16T15:51:06Z</dc:date>
    <item>
      <title>User password management rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288472#M241602</link>
      <description>Hey i'm new to Alfresco (ECM and Forum), so bear with me. I would like to know how to :1. Force password reset upon first login for a user X2. Reject a password based on a sequence of characters it contains3. Force password reset for a all users based on a certain frequency4. Reject a password alrea</description>
      <pubDate>Wed, 16 Apr 2014 15:51:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288472#M241602</guid>
      <dc:creator>bryan_siyam</dc:creator>
      <dc:date>2014-04-16T15:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: User password management rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288473#M241603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is how it may be done as per my view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Have custom property applied on user through aspect (say firsttimelogin) default value to be false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; When user first time logs-in check the value of this property and display a popup to change the password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; This would be a pure customization. A quick hint would be you can modify header.js to show up the popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Also, create user functionality will have to be customized for the new property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Implement validation while accepting the new password on the displayed popup. Client side validation should suffice i think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. For forcing password reset based on frequence, you can probably maintain a custom flag and based on that when a user logs in force the user to reset password showing a popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. This would purely a custom development and you can implement logic to handle this. You will have to write a custom webscript to handle this also some db operations will be required to achieve this. Anytime user changes the password, add it to a custom table and maintain all the passwords for a user separately. You can design it the way you require.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 16:30:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288473#M241603</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-25T16:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: User password management rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288474#M241604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Ramesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does help, except for the fact that it requires developments of extra functionalities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know of any addons / plugins that could achieve this without further development but mere configuration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:57:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288474#M241604</guid>
      <dc:creator>bryan_siyam</dc:creator>
      <dc:date>2014-05-08T08:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: User password management rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288475#M241605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Normally you will configure these sorts of settings in your LDAP server.&amp;nbsp;&amp;nbsp; The password management within alfresco is fairly "lightweight" since an enterprise will typically have its own user directory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 09:34:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288475#M241605</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-05-08T09:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: User password management rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288476#M241606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AFAIK there isn't any addons/plugin available for this. If you want to do it then you probably have to go for customization in order to get this done in alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 04:17:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-password-management-rules/m-p/288476#M241606</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-05-09T04:17:19Z</dc:date>
    </item>
  </channel>
</rss>

