<?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 case sensitive usernames &amp;quot;john_doe&amp;quot; not &amp;quot;John_Doe&amp;quot; in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46882#M18579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello Alfresco Users!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using the latest version of Alfresco Community Edition.&lt;/P&gt;&lt;P&gt;When I or another user invites an external user, they may sometimes use capital letters for the first letter of the firstname and surname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which you think is correct right&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I was inviting John Doe to my Alfresco I would type his details into the Add External Users box like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First Name:&lt;/STRONG&gt; John&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Last Name:&lt;/STRONG&gt; Doe&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Email:&lt;/STRONG&gt; &lt;A href="mailto:john.doe@helpme.com" rel="nofollow noopener noreferrer"&gt;john.doe@helpme.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some reason, his username is generated case sensitive using the details that I have entered so he would have to log in as John_Doe not john_doe. This is a pain!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and sometimes, our users typo the first and lastname and do something like jOhn_Doe or john_Doe and then thats an even bigger pain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I fix this? I have followed the case insensitive how tos on the Alfresco Docs but that doesnt seem to work&lt;/P&gt;&lt;P&gt;I am using PostgresQL with this&lt;/P&gt;&lt;P&gt;Can this be fixed permanently? Can I correct existing users?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;RKEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2018 11:49:40 GMT</pubDate>
    <dc:creator>rken</dc:creator>
    <dc:date>2018-05-15T11:49:40Z</dc:date>
    <item>
      <title>case sensitive usernames "john_doe" not "John_Doe"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46882#M18579</link>
      <description>Hello Alfresco Users!I am currently using the latest version of Alfresco Community Edition.When I or another user invites an external user, they may sometimes use capital letters for the first letter of the firstname and surname.Which you think is correct right?If I was inviting John Doe to my Alfre</description>
      <pubDate>Tue, 15 May 2018 11:49:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46882#M18579</guid>
      <dc:creator>rken</dc:creator>
      <dc:date>2018-05-15T11:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: case sensitive usernames "john_doe" not "John_Doe"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46883#M18580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't heard about this before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NameBasedUserNameGenerator class (&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/d8f828324419f101d6e1f7a19020864d801b3b64/src/main/java/org/alfresco/repo/security/authentication/NameBasedUserNameGenerator.java" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/d8f828324419f101d6e1f7a19020864d801b3b64/src/main/java/org/alfresco/repo/security/authentication/NameBasedUserNameGenerator.java&lt;/A&gt;) is using email account to provide user name. But lower case is applied in every case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 10:09:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46883#M18580</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-05-16T10:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: case sensitive usernames "john_doe" not "John_Doe"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46884#M18581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angel, &lt;/P&gt;&lt;P&gt;Thanks for your response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That file shows the username would be lastname_firstname however when you get an external user invite it is definitely firstname_lastname and is case sensitive for example one of our external users has to log in with "Mary_jones"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that file being ignored?&lt;/P&gt;&lt;P&gt;How would you go about troubleshooting this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our internal users auth using our Active Directory and therefore the usernames are whatever is used on the AD but any Alfresco Created users seem to be case sensitive unfortunately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 10:46:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46884#M18581</guid>
      <dc:creator>rken</dc:creator>
      <dc:date>2018-05-16T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: case sensitive usernames "john_doe" not "John_Doe"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46885#M18582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the format is "firstname_lastname". It's overridden by Spring configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/27d9cd63ab141f67b0fc7f493ac937f50bb51705/src/main/resources/alfresco/invitation-service-context.xml#L22" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/27d9cd63ab141f67b0fc7f493ac937f50bb51705/src/main/resources/alfresco/invitation-service-context.xml#L22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/27d9cd63ab141f67b0fc7f493ac937f50bb51705/src/main/resources/alfresco/authentication-services-context.xml#L664" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/27d9cd63ab141f67b0fc7f493ac937f50bb51705/src/main/resources/alfresco/authentication-services-context.xml#L664&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/27d9cd63ab141f67b0fc7f493ac937f50bb51705/src/main/resources/alfresco/authentication-services-context.xml#L649" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/27d9cd63ab141f67b0fc7f493ac937f50bb51705/src/main/resources/alfresco/authentication-services-context.xml#L649&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you didn't overwrote this beans, this is default configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 11:20:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/case-sensitive-usernames-quot-john-doe-quot-not-quot-john-doe/m-p/46885#M18582</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-05-16T11:20:14Z</dc:date>
    </item>
  </channel>
</rss>

