<?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: Share login does nothing in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139911#M37408</link>
    <description>&lt;P&gt;Hi FBoros,&lt;/P&gt;&lt;P&gt;Did you install the Share Services AMP into alfresco.war?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 17:47:13 GMT</pubDate>
    <dc:creator>saidone</dc:creator>
    <dc:date>2021-02-03T17:47:13Z</dc:date>
    <item>
      <title>Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139903#M37400</link>
      <description>&lt;P&gt;I've installed ACS community version 6.2 using&amp;nbsp;&lt;A href="https://docs.alfresco.com/community/concepts/install-community-intro.html" target="_self" rel="nofollow noopener noreferrer"&gt;this&lt;/A&gt;&amp;nbsp;guide. I can succesfully launch Alfresco on "&lt;A href="http://192.168.120.130:8080/alfresco/" target="_blank" rel="noopener nofollow noreferrer"&gt;http://192.168.120.130:8080/alfresco/&lt;/A&gt;" and login to it using admin account. I can also access&amp;nbsp;"&lt;A href="http://192.168.120.130:8080/share/page/" target="_blank" rel="noopener nofollow noreferrer"&gt;http://192.168.120.130:8080/share/page/&lt;/A&gt;", but when I try to log in with (admin/admin), the page just refreshes and nothing happens. When I use incorrect login info, the page informs me that authentification details haven't been recognized, so I assume that share can communicate with DB just fine.&lt;/P&gt;&lt;P&gt;I don't know whether this relates, but I needed to disable CSRFPolicy before by placing this in share-config-custom.xml&lt;/P&gt;&lt;PRE&gt;&amp;lt;config evaluator="string-compare" condition="CSRFPolicy" replace="true"&amp;gt;
&amp;lt;properties&amp;gt;
&amp;lt;referer&amp;gt;http://192.168.120.130:8080/.*&amp;lt;/referer&amp;gt;
&amp;lt;origin&amp;gt;http://192.168.120.130:8080&amp;lt;/origin&amp;gt;
&amp;lt;/properties&amp;gt;&lt;/PRE&gt;&lt;P&gt;I checked log for alfresco, share and catalina and there is no error.&lt;/P&gt;&lt;P&gt;Information from Alfresco admin console:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SystemSummary.png" style="width: 767px;"&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/967iA36F7FD9DD2D6001/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My alfresco-global.properties:&lt;/P&gt;&lt;PRE&gt;#
# Custom content and index data location
#
dir.root=/opt/alfresco-6.2.2./alf_data

#
# Sample database connection properties
#
db.username=alfresco
db.password=alfresco
db.name=alfresco
db.pool.max=275

#
# Choose DB connection properties for your database, e.g. for PostgreSQL
#
db.driver=org.postgresql.Driver
db.url=jdbc:postgresql://localhost:5432/alfresco

#
# URL Generation Parameters (The ${localname} token is replaced by the local server name)
#-------------
alfresco.context=alfresco
alfresco.host=192.168.120.130
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=192.168.120.130
share.port=8080
share.protocol=http

# encryption
solr.secureComms=none
index.subsystem.name=solr6

# ssl encryption
encryption.ssl.keystore.location=${dir.keystore}/ssl.keystore
encryption.ssl.keystore.type=JCEKS
encryption.ssl.keystore.keyMetaData.location=
encryption.ssl.truststore.location=${dir.keystore}/ssl.truststore
encryption.ssl.truststore.type=JCEKS
encryption.ssl.truststore.keyMetaData.location=

# secret key keystore
#configurationencryption.keystore.location=${dir.keystore}/keystore
#encryption.keystore.keyMetaData.location=
#encryption.keystore.type=JCEKS
solr.host=localhost
solr.port=8983
solr.port.ssl=8983

local.transform.service.enabled=false

### Initial admin password ###
alfresco_user_store.adminpassword=209c6174da490caeb422f3fa5a7ae634

alfresco-pdf-renderer.root=/opt/alfresco-6.2.2./alfresco-pdf-renderer
alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer
alfresco-pdf-renderer.url=http://192.168.120.130:8090/

jodconverter.officeHome=/opt/alfresco-6.2.2./libreoffice/libreoffice6.4&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Feb 2021 12:59:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139903#M37400</guid>
      <dc:creator>FBoros</dc:creator>
      <dc:date>2021-02-01T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139904#M37401</link>
      <description>&lt;P&gt;If the problem persist,&lt;/P&gt;&lt;P&gt;You could try to reset admin password following this instructions:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.0/concepts/admin-password.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.0/concepts/admin-password.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 23:31:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139904#M37401</guid>
      <dc:creator>Giuliano</dc:creator>
      <dc:date>2021-02-01T23:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139905#M37402</link>
      <description>&lt;P&gt;Couple of things to check:&lt;/P&gt;
&lt;P&gt;1- When you hit login exactly, do you see any logs in catalina.out and/or alfresco.log and share.log ? You have already mentioned that you did not see anything, but just to double check.&lt;/P&gt;
&lt;P&gt;2- Did you also check the browser console and network logs?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have mentioned that you are able to login to alfresco and share is also able to validate incorrect credentials, so default credentials should work without any change. I would suggest to review above and share the details and see what you get. Additionally try the below config for CSRF (disable it), and see if login goes through:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;config evaluator="string-compare" condition="CSRFPolicy" replace="true"&amp;gt;
    &amp;lt;filter/&amp;gt;
&amp;lt;/config&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Feb 2021 14:52:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139905#M37402</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-02-02T14:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139906#M37403</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;1- Yes I made sure to check all three of thementioned log files and none did contain any error or warning message after clicking on login button.&lt;/P&gt;&lt;P&gt;2- Yes I did also check browser console and network logs and nothing showed there.&lt;/P&gt;&lt;P&gt;It's very strange to me. It seems like everything is working, but there is happening some wrong redirecting to login page in the background.&lt;/P&gt;&lt;P&gt;I've also tried to disable CSRF as you mentioned and nothing changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I'm out of options, I'm going to do clean installation on new machine and see if I'll get to the same problem. Maybe I've messed up something in this installation.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 15:47:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139906#M37403</guid>
      <dc:creator>FBoros</dc:creator>
      <dc:date>2021-02-02T15:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139907#M37404</link>
      <description>&lt;P&gt;Thanks for suggestion! I've tried that, but the problem is still the same.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 15:48:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139907#M37404</guid>
      <dc:creator>FBoros</dc:creator>
      <dc:date>2021-02-02T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139908#M37405</link>
      <description>&lt;P&gt;Yes it's strange. One more try:&lt;/P&gt;
&lt;P&gt;Can you open a new browser or incognito mode and try login?&amp;nbsp;&lt;BR /&gt;You might have tried already but thought to check&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:48:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139908#M37405</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-02-02T16:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139909#M37406</link>
      <description>&lt;P&gt;Yes, I've tried three different browsers, clearing cache and also incognito mode, but the problem remains.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 09:10:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139909#M37406</guid>
      <dc:creator>FBoros</dc:creator>
      <dc:date>2021-02-03T09:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139910#M37407</link>
      <description>&lt;P&gt;hmm really strange, not sure what is missing in this rare scenario. May be try setting up fresh.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 17:06:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139910#M37407</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-02-03T17:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139911#M37408</link>
      <description>&lt;P&gt;Hi FBoros,&lt;/P&gt;&lt;P&gt;Did you install the Share Services AMP into alfresco.war?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 17:47:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139911#M37408</guid>
      <dc:creator>saidone</dc:creator>
      <dc:date>2021-02-03T17:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139912#M37409</link>
      <description>&lt;P&gt;Yes, I did.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 08:17:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139912#M37409</guid>
      <dc:creator>FBoros</dc:creator>
      <dc:date>2021-02-04T08:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139913#M37410</link>
      <description>&lt;P&gt;I tried fresh installation and logging in to share now works without problems. Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 08:21:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139913#M37410</guid>
      <dc:creator>FBoros</dc:creator>
      <dc:date>2021-02-04T08:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139914#M37411</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/84446"&gt;@FBoros&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great news that you've resolved your issue &amp;amp; thanks for reporting back - helpful to other users.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 10:10:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139914#M37411</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-02-04T10:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Share login does nothing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139915#M37412</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/84446"&gt;@FBoros&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I tried fresh installation and logging in to share now works without problems. Thank you for your help.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is a great news that it worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 15:08:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-login-does-nothing/m-p/139915#M37412</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-02-04T15:08:26Z</dc:date>
    </item>
  </channel>
</rss>

