<?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[problem with local users (both usermanagement variants are active - local / OIDC)]]></title><description><![CDATA[<p dir="auto">App Title and Version Rocket.Chat 7.7.1<br />
Package Version chat.rocket.cloudronapp@2.70.1<br />
Installed At 03/17/2020</p>
<p dir="auto">A customer reports a problem with a local user. He can no longer log in. Changing the password does not help.</p>
<p dir="auto">I have tried this on an instance on which I have admin rights. This instance is configured to use OIDC and local user management. So I created a local user. The activation mail works. The moment the dummy/test user has clicked on the link in “Your temporary password ...”, it is possible to “log in”. “Log in” means: The next step in the workflow is “Change password”.</p>
<p dir="auto"><img src="/assets/uploads/files/1750085097096-09449ea1-17d8-4a58-a6f7-586230fa326d-image.png" alt="09449ea1-17d8-4a58-a6f7-586230fa326d-image.png" class=" img-fluid img-markdown" width="744" height="523" /></p>
<p dir="auto">Password change is not allowed!</p>
<p dir="auto">Curiosity: The admin view in the user administration shows “Pending” before clicking on the activation mail. After clicking, the status changes to “Active”.</p>
<p dir="auto">Question: is there a hidden switch that we need to configure to have both variants of user management?</p>
]]></description><link>https://forum.cloudron.io/topic/13945/problem-with-local-users-both-usermanagement-variants-are-active-local-oidc</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 20:24:44 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13945.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Jun 2025 14:49:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to problem with local users (both usermanagement variants are active - local / OIDC) on Mon, 16 Jun 2025 15:38:26 GMT]]></title><description><![CDATA[<p dir="auto">The issue was reproduced somewhat.<br />
A fresh RocketChat installation with user management left to Cloudron, so OIDC is working.<br />
Creating a new manual User.<br />
The User gets the mail and the temporary password.<br />
When login in with the temporary password, you get the <code>Reset password</code> view.<br />
Setting the password to anything and pressing <code>Reset</code> looks like it does nothing.<br />
But the browser console and network inspector reveals it all.<br />
When pressing <code>Reset</code> a <code>POST</code> is sent to <code>/api/v1/method.call/setUserPassword</code> with the data:</p>
<pre><code class="language-json">{
    "message": "{\"msg\":\"method\",\"id\":\"16\",\"method\":\"setUserPassword\",\"params\":[\"PLACEHOLDER\"]}"
}
</code></pre>
<p dir="auto">The response is status code <code>200</code> and data:</p>
<pre><code class="language-json">{
    "message": "{\"msg\":\"result\",\"id\":\"16\",\"result\":{\"acknowledged\":true,\"modifiedCount\":1,\"upsertedId\":null,\"upsertedCount\":0,\"matchedCount\":1}}",
    "success": true
}
</code></pre>
<p dir="auto">So the password was updated.<br />
When you now press <code>Reset</code> again, you get the <code>Not allowed</code> view.</p>
<p dir="auto">A simple tab reload reveals that I was logged in and could work as the new user.<br />
Also, the password was changed correctly which I confirmed in a new browser session.</p>
<p dir="auto">Could you please retry with what I've written in mind and report if you truly can't work with that user after pressing <code>Reset</code> and reloading the tab?</p>
]]></description><link>https://forum.cloudron.io/post/108758</link><guid isPermaLink="true">https://forum.cloudron.io/post/108758</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 16 Jun 2025 15:38:26 GMT</pubDate></item><item><title><![CDATA[Reply to problem with local users (both usermanagement variants are active - local / OIDC) on Mon, 16 Jun 2025 16:58:42 GMT]]></title><description><![CDATA[<p dir="auto">It's not about the credits, but that “open source” works like this <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ceaf42e9406" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /><br />
I will post this upstream.</p>
]]></description><link>https://forum.cloudron.io/post/108763</link><guid isPermaLink="true">https://forum.cloudron.io/post/108763</guid><dc:creator><![CDATA[luckow]]></dc:creator><pubDate>Mon, 16 Jun 2025 16:58:42 GMT</pubDate></item><item><title><![CDATA[Reply to problem with local users (both usermanagement variants are active - local / OIDC) on Mon, 16 Jun 2025 16:53:38 GMT]]></title><description><![CDATA[<p dir="auto">This might be an oversight upstream.<br />
Since you found it, would you like to report it to get the credit?</p>
]]></description><link>https://forum.cloudron.io/post/108762</link><guid isPermaLink="true">https://forum.cloudron.io/post/108762</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 16 Jun 2025 16:53:38 GMT</pubDate></item><item><title><![CDATA[Reply to problem with local users (both usermanagement variants are active - local / OIDC) on Mon, 16 Jun 2025 16:32:14 GMT]]></title><description><![CDATA[<p dir="auto">You are right. It's far from intuitive, but it works.</p>
]]></description><link>https://forum.cloudron.io/post/108760</link><guid isPermaLink="true">https://forum.cloudron.io/post/108760</guid><dc:creator><![CDATA[luckow]]></dc:creator><pubDate>Mon, 16 Jun 2025 16:32:14 GMT</pubDate></item><item><title><![CDATA[Reply to problem with local users (both usermanagement variants are active - local / OIDC) on Mon, 16 Jun 2025 15:38:26 GMT]]></title><description><![CDATA[<p dir="auto">The issue was reproduced somewhat.<br />
A fresh RocketChat installation with user management left to Cloudron, so OIDC is working.<br />
Creating a new manual User.<br />
The User gets the mail and the temporary password.<br />
When login in with the temporary password, you get the <code>Reset password</code> view.<br />
Setting the password to anything and pressing <code>Reset</code> looks like it does nothing.<br />
But the browser console and network inspector reveals it all.<br />
When pressing <code>Reset</code> a <code>POST</code> is sent to <code>/api/v1/method.call/setUserPassword</code> with the data:</p>
<pre><code class="language-json">{
    "message": "{\"msg\":\"method\",\"id\":\"16\",\"method\":\"setUserPassword\",\"params\":[\"PLACEHOLDER\"]}"
}
</code></pre>
<p dir="auto">The response is status code <code>200</code> and data:</p>
<pre><code class="language-json">{
    "message": "{\"msg\":\"result\",\"id\":\"16\",\"result\":{\"acknowledged\":true,\"modifiedCount\":1,\"upsertedId\":null,\"upsertedCount\":0,\"matchedCount\":1}}",
    "success": true
}
</code></pre>
<p dir="auto">So the password was updated.<br />
When you now press <code>Reset</code> again, you get the <code>Not allowed</code> view.</p>
<p dir="auto">A simple tab reload reveals that I was logged in and could work as the new user.<br />
Also, the password was changed correctly which I confirmed in a new browser session.</p>
<p dir="auto">Could you please retry with what I've written in mind and report if you truly can't work with that user after pressing <code>Reset</code> and reloading the tab?</p>
]]></description><link>https://forum.cloudron.io/post/108758</link><guid isPermaLink="true">https://forum.cloudron.io/post/108758</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 16 Jun 2025 15:38:26 GMT</pubDate></item><item><title><![CDATA[Reply to problem with local users (both usermanagement variants are active - local / OIDC) on Mon, 16 Jun 2025 15:20:26 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/luckow" aria-label="Profile: luckow">@<bdi>luckow</bdi></a><br />
Thanks for reporting. I am looking into it.</p>
]]></description><link>https://forum.cloudron.io/post/108757</link><guid isPermaLink="true">https://forum.cloudron.io/post/108757</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 16 Jun 2025 15:20:26 GMT</pubDate></item></channel></rss>