<?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 [SOLVED] Username '.' problems in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-username-problems/m-p/190770#M143900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought this might help some people out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After customising my install i was 90% with the setup, however I was experiencing 2 problems with my current install. These issues would occur for all users but 'admin'. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) A user would not be able to update their password via the share application, when update was clicked nothing would happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) A user would not be able to list members on any site they were a part of, a servlet error was thrown please see related thread &amp;gt; &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=16386" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=16386&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you visited the above link, you would now know that this is related to using a '.' in your usernames. I am not sure if this is an 'all around' issue or just one in the community v3.x server for Linux, either way if you are having this issue you this could be a quick fix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;The fix that worked for me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;Note please back up your files before making these changes. I would hate to be responsible for giving advice which destroys your installation. If you are not comfortable with following the directions below, or you do not understand please to &lt;STRONG&gt;do not&lt;/STRONG&gt; make these changes.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;First edit the file:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/repository/site/membership/membership.get.desc.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Find the line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;format default="json"/&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and replace with…&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;format default="json"&amp;gt;argument&amp;lt;/format&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;STRONG&gt;Next: edit the file:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/repository/person/changepassword.post.desc.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Find the line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;format default="json"/&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and replace with…&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;format default="json"&amp;gt;argument&amp;lt;/format&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;STRONG&gt;Next:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Use ./alf_stop.sh to stop your alfresco server, then start again with ./alf_start.sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Next:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Monitor the output of log file with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tail -f alresco.log &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should see something resembling: [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework] in the last line, if not you may need to restore the 2 files you just edited and post the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rowan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2009 00:40:10 GMT</pubDate>
    <dc:creator>row_jj_p</dc:creator>
    <dc:date>2009-02-06T00:40:10Z</dc:date>
    <item>
      <title>[SOLVED] Username '.' problems</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-username-problems/m-p/190770#M143900</link>
      <description>I thought this might help some people out.After customising my install i was 90% with the setup, however I was experiencing 2 problems with my current install. These issues would occur for all users but 'admin'. 1) A user would not be able to update their password via the share application, when upd</description>
      <pubDate>Fri, 06 Feb 2009 00:40:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-username-problems/m-p/190770#M143900</guid>
      <dc:creator>row_jj_p</dc:creator>
      <dc:date>2009-02-06T00:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Username '.' problems</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-username-problems/m-p/190771#M143901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the useful post - that's exactly the fix needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a few other webscript definitions you should update at the same time in order to completely fix the bug. Please see &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-1101" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-1101&lt;/A&gt;&lt;SPAN&gt; for details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 01:01:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-username-problems/m-p/190771#M143901</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-02-06T01:01:51Z</dc:date>
    </item>
  </channel>
</rss>

