<?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: Don't save user Id field in the login page for reference in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/don-t-save-user-id-field-in-the-login-page-for-reference/m-p/95902#M28197</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/79410"&gt;@akash251998&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Login forms remembering usernames is pretty common in my experience &amp;amp; not something I'd immediately see as a vulnerability, especially if the system is not public facing. Also, many Alfresco instances are used with some form of single sign on system too.&lt;/P&gt;
&lt;P&gt;However, if you want to remove the remember functionality, you will need to override the login page &amp;amp; add&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;autocomplete=“off” to the username field. You may also need to remove reset cookies on logging out to prevent the username being auto populated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here's a tutorial on &lt;A href="https://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-override-login-page.html" target="_self" rel="nofollow noopener noreferrer"&gt;overrriding the login page&lt;/A&gt; -&amp;nbsp; hope this helps.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2020 10:30:55 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-08-12T10:30:55Z</dc:date>
    <item>
      <title>Don't save user Id field in the login page for reference</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/don-t-save-user-id-field-in-the-login-page-for-reference/m-p/95901#M28196</link>
      <description>&lt;P&gt;When wo do login in alfresco it automatically saves the user name for future reference . I am attaching the pic for better understanding of the issue.&lt;/P&gt;&lt;P&gt;Pic 1:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/781iCD70523839E51D7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;error&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As in the above pic we can see that on typing a it is giving n number of username of DMS that starts with the name a.&lt;/P&gt;&lt;P&gt;Pic 2:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="err" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/786i3285ECB01E07CC2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;err&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As in the above pic we can see that on typing s it is suggesting n number of user name.&lt;/P&gt;&lt;P&gt;Our requirement is that we don't want username to be stored like this. Because anyone can type any key and use the user id and can try to login . Its a security issue . So i want that it should not store any information like username for later&amp;nbsp; reference.&lt;/P&gt;&lt;P&gt;System information :-&lt;/P&gt;&lt;P&gt;I am using alfresco 5.2 community version on windows 10 pro. Please suggest any solution.&lt;/P&gt;&lt;P&gt;Dear &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp; hope this time also you will help.&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Akash D&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 06:45:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/don-t-save-user-id-field-in-the-login-page-for-reference/m-p/95901#M28196</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-08-12T06:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Don't save user Id field in the login page for reference</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/don-t-save-user-id-field-in-the-login-page-for-reference/m-p/95902#M28197</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/79410"&gt;@akash251998&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Login forms remembering usernames is pretty common in my experience &amp;amp; not something I'd immediately see as a vulnerability, especially if the system is not public facing. Also, many Alfresco instances are used with some form of single sign on system too.&lt;/P&gt;
&lt;P&gt;However, if you want to remove the remember functionality, you will need to override the login page &amp;amp; add&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;autocomplete=“off” to the username field. You may also need to remove reset cookies on logging out to prevent the username being auto populated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here's a tutorial on &lt;A href="https://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-override-login-page.html" target="_self" rel="nofollow noopener noreferrer"&gt;overrriding the login page&lt;/A&gt; -&amp;nbsp; hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 10:30:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/don-t-save-user-id-field-in-the-login-page-for-reference/m-p/95902#M28197</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-08-12T10:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Don't save user Id field in the login page for reference</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/don-t-save-user-id-field-in-the-login-page-for-reference/m-p/95903#M28198</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp; for your help as always.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 12:24:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/don-t-save-user-id-field-in-the-login-page-for-reference/m-p/95903#M28198</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-08-12T12:24:06Z</dc:date>
    </item>
  </channel>
</rss>

