<?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[matrix &#x2F; element user management]]></title><description><![CDATA[<p dir="auto">Hi,<br />
A few question please.<br />
Just installed matrix and element.</p>
<p dir="auto">Where do I manage users in matrix/element? When I installed it I picked 'manage via app not cloudron.<br />
Where is the dashboard / backend?</p>
<p dir="auto">Also how do I stop 'open public registrations'?</p>
<p dir="auto">Also is there matrix / element forum?</p>
<p dir="auto">Many thanks</p>
]]></description><link>https://forum.cloudron.io/topic/3014/matrix-element-user-management</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 06:04:19 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3014.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Aug 2020 13:44:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to matrix &#x2F; element user management on Thu, 20 May 2021 10:52:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>, thanks for getting back to this. I have indeed figured out how to make this work.</p>
<ol>
<li>Add a user as described before or use the <a href="https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.rst" target="_blank" rel="noopener noreferrer nofollow ugc">synapse API</a>:</li>
</ol>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stantropics" aria-label="Profile: stantropics">@<bdi>stantropics</bdi></a> said in <a href="/post/31271">matrix / element user management</a>:</p>
<blockquote>
<pre><code>/bin/matrix-synapse-register-user &lt;path to homeserver.yaml&gt; http://localhost:8008
</code></pre>
</blockquote>
<ol start="2">
<li>
<p dir="auto">If you are having problems setting a password I figured out it is not a good idea to manipulate the database, instead use the <a href="https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.rst" target="_blank" rel="noopener noreferrer nofollow ugc">synapse API</a>.</p>
</li>
<li>
<p dir="auto">Until this point manually created users cannot login, you need to chage the config  in <code>homeserver.yaml</code> as follows:</p>
</li>
</ol>
<pre><code>password_config:
  enabled: true
  localdb_enabled: true
</code></pre>
<p dir="auto">localdb_enabled is false by default. Change it to true and manually added users can login.</p>
]]></description><link>https://forum.cloudron.io/post/31631</link><guid isPermaLink="true">https://forum.cloudron.io/post/31631</guid><dc:creator><![CDATA[stantropics]]></dc:creator><pubDate>Thu, 20 May 2021 10:52:08 GMT</pubDate></item><item><title><![CDATA[Reply to matrix &#x2F; element user management on Thu, 20 May 2021 04:47:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stantropics" aria-label="Profile: stantropics">@<bdi>stantropics</bdi></a> did you figure this one out?</p>
]]></description><link>https://forum.cloudron.io/post/31607</link><guid isPermaLink="true">https://forum.cloudron.io/post/31607</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 20 May 2021 04:47:32 GMT</pubDate></item><item><title><![CDATA[Reply to matrix &#x2F; element user management on Thu, 13 May 2021 09:26:01 GMT]]></title><description><![CDATA[<p dir="auto">I am using the matrix app with cloudron user mangement. However, I would like to add some rather technical users (bots) that I do not want to add as "real" cloudron users.</p>
<p dir="auto">I did this in synapse with:</p>
<pre><code>/bin/matrix-synapse-register-user &lt;path to homeserver.yaml&gt; http://localhost:8008
</code></pre>
<p dir="auto">The user seems to be added correctly, but cannot login using e.g. riot. Does anybody know if it is not possible to add users manually?</p>
]]></description><link>https://forum.cloudron.io/post/31271</link><guid isPermaLink="true">https://forum.cloudron.io/post/31271</guid><dc:creator><![CDATA[stantropics]]></dc:creator><pubDate>Thu, 13 May 2021 09:26:01 GMT</pubDate></item><item><title><![CDATA[Reply to matrix &#x2F; element user management on Tue, 18 Aug 2020 23:04:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terrygogo" aria-label="Profile: terrygogo">@<bdi>terrygogo</bdi></a> Element is a frontend and Synapse is the backend. Element will follow whatever authentication mechanism you setup in Synapse.</p>
<p dir="auto">On Cloudron, when you install synapse, there are 2 ways to set it up:</p>
<ul>
<li>
<p dir="auto">Allow users from Cloudron - With this, external registration is disabled. Just add users to Cloudron and then can login to Element.</p>
</li>
<li>
<p dir="auto">Let the app manage users - With this ,external registration is enabled by default. If you want to disable it later, you have to comment out <code>enable_registration</code> in the config  - <a href="https://github.com/matrix-org/synapse/blob/develop/docs/sample_config.yaml#L1046" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/matrix-org/synapse/blob/develop/docs/sample_config.yaml#L1046</a></p>
</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/12258</link><guid isPermaLink="true">https://forum.cloudron.io/post/12258</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 18 Aug 2020 23:04:09 GMT</pubDate></item></channel></rss>