<?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: where alfresco storing the user details like username, pwd in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215437#M168567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Cheffilet and Mike.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 05:24:22 GMT</pubDate>
    <dc:creator>mialfresco</dc:creator>
    <dc:date>2009-08-03T05:24:22Z</dc:date>
    <item>
      <title>where alfresco storing the user details like username, pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215434#M168564</link>
      <description>Hi team,I'm using mysql with alfresco labs 3.0.I have created a couple of users through explorer. but i didn't found these users in mysql db.Can anyone tell me where it is storing the user details (user name, password..) and security mechanism.NOTE: i'm not using any other security mechanisms like l</description>
      <pubDate>Fri, 31 Jul 2009 12:41:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215434#M168564</guid>
      <dc:creator>mialfresco</dc:creator>
      <dc:date>2009-07-31T12:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: where alfresco storing the user details like username, pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215435#M168565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco 3 Labs Final&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;SELECT * FROM (select * from alf_node where type_qname_id = 5) users, alf_node_properties properties WHERE users.id = properties.node_id;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 13:18:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215435#M168565</guid>
      <dc:creator>cheffilet</dc:creator>
      <dc:date>2009-07-31T13:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: where alfresco storing the user details like username, pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215436#M168566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Note, however that's it's a really, really bad idea to access the database directly (except perhaps read-only operations).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 13:43:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215436#M168566</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-07-31T13:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: where alfresco storing the user details like username, pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215437#M168567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Cheffilet and Mike.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 05:24:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215437#M168567</guid>
      <dc:creator>mialfresco</dc:creator>
      <dc:date>2009-08-03T05:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: where alfresco storing the user details like username, pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215438#M168568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Note, however that's it's a really, really bad idea to access the database directly (except perhaps read-only operations).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes but this information where to find the user in the database can be useful - we had the situation (not only one time) during our tests of the CE 3.2 that Alfresco added multiple "dummy" admin users with the same ID "admin" but with multiple and different names and we had no other chance to reset the database. There is no way from the UI to remove or delete such "automatic" added users. Maybe it is possible by direct delete such entries from the database. The real problem is that it is not clear from where such "dummy admins" are added if this happens only one time or each time a certain action is performed and also for each of these users a home folder is created …..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe it can be a way to look to the database and to delete such "ghost users" till the bug is found and fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody also had such "automatic" added "admin" users - which can not removed via the normal application ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 18:28:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215438#M168568</guid>
      <dc:creator>wmay</dc:creator>
      <dc:date>2009-08-04T18:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: where alfresco storing the user details like username, pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215439#M168569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And the other important question: If deleting users using SQL with a statement deriving from the one above, are there other links that should be deleted then also?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 08:11:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215439#M168569</guid>
      <dc:creator>mwildam</dc:creator>
      <dc:date>2009-08-05T08:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: where alfresco storing the user details like username, pwd</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215440#M168570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My intention on posting a SQL-Statement was far from using Create, Update or even Delete-Operations. Thats a realy bad idea and i totally aggree with Mike.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 09:03:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-alfresco-storing-the-user-details-like-username-pwd/m-p/215440#M168570</guid>
      <dc:creator>cheffilet</dc:creator>
      <dc:date>2009-08-05T09:03:03Z</dc:date>
    </item>
  </channel>
</rss>

