<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[After migration from Unmanaged to Managed, users can login with both LDAP and old local credentials for same user.]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have a project of migrating from Unmanaged to Managed (for various reasons) all the sites I manage on Cloudron. And unfortunately I have come across an odd behaviour. Thankfully it's a minimal impact because it's just my user on most of the sites, but I see this behaviour...</p>
<p dir="auto">When migrating using All-In-One WP Migration plugin, which moves the database, after completion I have to login with old credentials which is expected. After re-enabling the AuthLDAP plugin to link it back up with Cloudron and remove the local user login credentials, I find that I can login to the site with both my Cloudron credentials and the old WordPress credentials.</p>
<p dir="auto">Any ideas how I'd go about fixing this, essentially removing the old link / old password? I assume I need to modify some data in the database? Has anyone run into this yet?</p>
]]></description><link>https://forum.cloudron.io/topic/2853/after-migration-from-unmanaged-to-managed-users-can-login-with-both-ldap-and-old-local-credentials-for-same-user</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 08:36:43 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2853.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Jul 2020 03:44:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to After migration from Unmanaged to Managed, users can login with both LDAP and old local credentials for same user. on Sun, 19 Jul 2020 23:13:19 GMT]]></title><description><![CDATA[<p dir="auto">Update: It is thankfully as easy as removing the data from the users table in the user_pass column. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
<p dir="auto">Removing the value from the user_pass column on each user who you want to only authenticate using LDAP/Cloudron, will force that expected behaviour. If there is a password in the database, authentication will succeed with the local password OR the LDAP/Cloudron password, so removing that password will force it to rely only on LDAP/Cloudron authentication.</p>
]]></description><link>https://forum.cloudron.io/post/10959</link><guid isPermaLink="true">https://forum.cloudron.io/post/10959</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Sun, 19 Jul 2020 23:13:19 GMT</pubDate></item><item><title><![CDATA[Reply to After migration from Unmanaged to Managed, users can login with both LDAP and old local credentials for same user. on Thu, 16 Jul 2020 16:14:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/d19dotca" aria-label="Profile: d19dotca">@<bdi>d19dotca</bdi></a> and check that doesn't then allow for blank-password logins <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":smile:" alt="😄" /></p>
]]></description><link>https://forum.cloudron.io/post/10802</link><guid isPermaLink="true">https://forum.cloudron.io/post/10802</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Thu, 16 Jul 2020 16:14:22 GMT</pubDate></item><item><title><![CDATA[Reply to After migration from Unmanaged to Managed, users can login with both LDAP and old local credentials for same user. on Thu, 16 Jul 2020 15:53:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Yeah I think it does, but that's okay I guess as this is a pretty fringe-scenario I suspect. I'm hoping it's as easy as me only needing to remove the local password from the user in the database which will force it to use the LDAP authentication. Fingers crossed. haha.</p>
]]></description><link>https://forum.cloudron.io/post/10796</link><guid isPermaLink="true">https://forum.cloudron.io/post/10796</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Thu, 16 Jul 2020 15:53:33 GMT</pubDate></item><item><title><![CDATA[Reply to After migration from Unmanaged to Managed, users can login with both LDAP and old local credentials for same user. on Thu, 16 Jul 2020 15:24:57 GMT]]></title><description><![CDATA[<p dir="auto">That is indeed an interesting behavior. Just to add some clarification, our LDAP code matches by username, not some unique uuid, since that allows for easier migration, but presumably bites you here.</p>
]]></description><link>https://forum.cloudron.io/post/10795</link><guid isPermaLink="true">https://forum.cloudron.io/post/10795</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 16 Jul 2020 15:24:57 GMT</pubDate></item><item><title><![CDATA[Reply to After migration from Unmanaged to Managed, users can login with both LDAP and old local credentials for same user. on Thu, 16 Jul 2020 04:49:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> Nice tool, I'll check that out. Thanks Marcus. I'll probably be working on this later in the week.</p>
]]></description><link>https://forum.cloudron.io/post/10775</link><guid isPermaLink="true">https://forum.cloudron.io/post/10775</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Thu, 16 Jul 2020 04:49:33 GMT</pubDate></item><item><title><![CDATA[Reply to After migration from Unmanaged to Managed, users can login with both LDAP and old local credentials for same user. on Thu, 16 Jul 2020 03:59:04 GMT]]></title><description><![CDATA[<p dir="auto">ARI Adminer is a quick way to inspect the DB from within the WP Admin if that helps:</p>
<p dir="auto"><a href="https://github.com/andrewcy86/ari-adminer" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/andrewcy86/ari-adminer</a></p>
<p dir="auto">I'd try disabling AuthLDAP, changing your WP L/P and the re-enabling the plugin, see if the issue remains.</p>
<p dir="auto">Readme suggests it's an either/or choice:</p>
<p dir="auto"><a href="https://github.com/heiglandreas/authLdap" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/heiglandreas/authLdap</a></p>
<p dir="auto">Not used before so only speculation but be interested in your results.</p>
]]></description><link>https://forum.cloudron.io/post/10772</link><guid isPermaLink="true">https://forum.cloudron.io/post/10772</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Thu, 16 Jul 2020 03:59:04 GMT</pubDate></item></channel></rss>