<?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 Changing the admin password has no effect in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/changing-the-admin-password-has-no-effect/m-p/62539#M21638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got an alfresco enterprise 6.0 installation running within a docker/openshift environment. I'm trying to change the default admin password to something other than the default. I've followed the instructions here to update the password: &lt;A class="link-titled" href="https://docs.alfresco.com/6.0/concepts/admin-password.html" title="https://docs.alfresco.com/6.0/concepts/admin-password.html" rel="nofollow noopener noreferrer"&gt;Admin password in default authentication | Alfresco Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also set the new password hash in my global properties file, but I think are only used at the startup of a new instance:&lt;/P&gt;&lt;PRE style="background-color: #2b2b2b; color: #a9b7c6; font-family: 'Courier New'; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #cc7832;"&gt;alfresco_user_store.adminusername&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;=secret&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;alfresco_user_store.adminpassword&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;secret&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;When I query my database to see the password hash using the below query I see the new hash that I expect with my new password:&lt;BR /&gt;SELECT anp1.node_id,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anp1.qname_id,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anp1.string_value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;FROM alf_node_properties anp1 &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; INNER JOIN alf_qname aq1 ON aq1.id = anp1.qname_id&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; INNER JOIN alf_node_properties anp2 ON anp2.node_id = anp1.node_id&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; INNER JOIN alf_qname aq2 ON aq2.id = anp2.qname_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;WHERE aq1.local_name = 'password'&lt;BR /&gt;AND aq2.local_name = 'username'&lt;BR /&gt;AND anp2.string_value = 'admin';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But my problem is that this new password never seems to take effect. I've restarted alfresco content services several times. Each time I try to connect using the CMIS workbench it requires using the old, default user and password. &lt;BR /&gt;&lt;BR /&gt;If I start up a fresh instance of alfresco locally in a docker container the password updates and seems to work fine. But the instance that I'm having trouble with I would like to avoid wiping out the schema and starting fresh, if at all possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any tips or suggestions!&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2018 17:15:41 GMT</pubDate>
    <dc:creator>spomerville</dc:creator>
    <dc:date>2018-12-20T17:15:41Z</dc:date>
    <item>
      <title>Changing the admin password has no effect</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/changing-the-admin-password-has-no-effect/m-p/62539#M21638</link>
      <description>I've got an alfresco enterprise 6.0 installation running within a docker/openshift environment. I'm trying to change the default admin password to something other than the default. I've followed the instructions here to update the password: Admin password in default authentication | Alfresco Documen</description>
      <pubDate>Thu, 20 Dec 2018 17:15:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/changing-the-admin-password-has-no-effect/m-p/62539#M21638</guid>
      <dc:creator>spomerville</dc:creator>
      <dc:date>2018-12-20T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the admin password has no effect</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/changing-the-admin-password-has-no-effect/m-p/62540#M21639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just log in as admin using the old/default password, go to the profile, click Change Password, and set it to the new one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 03:48:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/changing-the-admin-password-has-no-effect/m-p/62540#M21639</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2018-12-21T03:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the admin password has no effect</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/changing-the-admin-password-has-no-effect/m-p/62541#M21640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JFYI: another option is to update the person profile via api (as an admin) -&amp;gt; &lt;A class="link-titled" href="https://api-explorer.alfresco.com/api-explorer/#!/people/updatePerson" title="https://api-explorer.alfresco.com/api-explorer/#!/people/updatePerson" rel="nofollow noopener noreferrer"&gt;Alfresco Content Services REST API Explorer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 12:40:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/changing-the-admin-password-has-no-effect/m-p/62541#M21640</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2018-12-21T12:40:17Z</dc:date>
    </item>
  </channel>
</rss>

