<?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[Open registration]]></title><description><![CDATA[<p dir="auto">I have</p>
<pre><code>export DISABLE_REGISTRATION=false
</code></pre>
<p dir="auto">Shouldn't that allow new registrations?</p>
]]></description><link>https://forum.cloudron.io/topic/13476/open-registration</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 09:36:51 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13476.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Mar 2025 09:14:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Open registration on Thu, 13 Nov 2025 13:19:34 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> said in <a href="/post/115296">Open registration</a>:</p>
<blockquote>
<p dir="auto">The env file used to be called <a href="http://env.sh" target="_blank" rel="noopener noreferrer nofollow ugc">env.sh</a> but got renamed since then to not use .sh extension to match the other apps.</p>
</blockquote>
<p dir="auto">Adding to that, this also means <code>export</code> is no longer needed in the <code>/app/data/env</code> file.<br />
So you can just do:</p>
<pre><code>DISABLE_REGISTRATION=false
</code></pre>
]]></description><link>https://forum.cloudron.io/post/115319</link><guid isPermaLink="true">https://forum.cloudron.io/post/115319</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Thu, 13 Nov 2025 13:19:34 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Wed, 12 Nov 2025 18:10:23 GMT]]></title><description><![CDATA[<p dir="auto">The <code>env</code> file used to be called <code>env.sh</code> but got renamed since then to not use .sh extension to match the other apps.</p>
]]></description><link>https://forum.cloudron.io/post/115296</link><guid isPermaLink="true">https://forum.cloudron.io/post/115296</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 12 Nov 2025 18:10:23 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Wed, 12 Nov 2025 15:46:21 GMT]]></title><description><![CDATA[<p dir="auto">I am familiar with the env file. I was just confused about the mention of the .sh file. Which i don't think is intended to be edited by us?</p>
<p dir="auto">Thanks for the clarification.</p>
]]></description><link>https://forum.cloudron.io/post/115289</link><guid isPermaLink="true">https://forum.cloudron.io/post/115289</guid><dc:creator><![CDATA[badmonky]]></dc:creator><pubDate>Wed, 12 Nov 2025 15:46:21 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Wed, 12 Nov 2025 15:34:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/badmonky" aria-label="Profile: badmonky">@<bdi>badmonky</bdi></a> the app has a <code>env</code> file in its data directory. You should see that in the filemanager. There you should find that variable. See also <a href="https://docs.cloudron.io/packages/postiz/#customization" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/packages/postiz/#customization</a></p>
]]></description><link>https://forum.cloudron.io/post/115288</link><guid isPermaLink="true">https://forum.cloudron.io/post/115288</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 12 Nov 2025 15:34:35 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Wed, 12 Nov 2025 15:16:45 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> How does one edit that file? I assume you speak about the <a href="http://start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">start.sh</a>?</p>
]]></description><link>https://forum.cloudron.io/post/115286</link><guid isPermaLink="true">https://forum.cloudron.io/post/115286</guid><dc:creator><![CDATA[badmonky]]></dc:creator><pubDate>Wed, 12 Nov 2025 15:16:45 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Wed, 09 Apr 2025 15:23:05 GMT]]></title><description><![CDATA[<p dir="auto">Thx <a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> ! This could be part of the First Time Usage hints or docs at <a href="https://docs.cloudron.io/apps/postiz/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/postiz/</a> - just not a very obvious behaviour by Postiz</p>
]]></description><link>https://forum.cloudron.io/post/105442</link><guid isPermaLink="true">https://forum.cloudron.io/post/105442</guid><dc:creator><![CDATA[perelin]]></dc:creator><pubDate>Wed, 09 Apr 2025 15:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Sat, 22 Mar 2025 20:47:02 GMT]]></title><description><![CDATA[<p dir="auto">That worked! Thank you so much.</p>
]]></description><link>https://forum.cloudron.io/post/104094</link><guid isPermaLink="true">https://forum.cloudron.io/post/104094</guid><dc:creator><![CDATA[nichu42]]></dc:creator><pubDate>Sat, 22 Mar 2025 20:47:02 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Sat, 22 Mar 2025 11:10:49 GMT]]></title><description><![CDATA[<p dir="auto">So after looking at the postiz code itself, it turns out they only check for existance of that environment variable. So if <code>export DISABLE_REGISTRATION=whatevervalue</code> is in the .sh config file, registration is disabled.</p>
<p dir="auto">To enable it, remove that line or comment it out (prepending a # on that line). Then restart the app.</p>
]]></description><link>https://forum.cloudron.io/post/104064</link><guid isPermaLink="true">https://forum.cloudron.io/post/104064</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 22 Mar 2025 11:10:49 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Fri, 21 Mar 2025 20:42:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> Whatever. I could create 1 user (me), but failed to add more.</p>
]]></description><link>https://forum.cloudron.io/post/104026</link><guid isPermaLink="true">https://forum.cloudron.io/post/104026</guid><dc:creator><![CDATA[nichu42]]></dc:creator><pubDate>Fri, 21 Mar 2025 20:42:17 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Fri, 21 Mar 2025 05:31:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nichu42" aria-label="Profile: nichu42">@<bdi>nichu42</bdi></a> by invitation or self registering?</p>
]]></description><link>https://forum.cloudron.io/post/103917</link><guid isPermaLink="true">https://forum.cloudron.io/post/103917</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 21 Mar 2025 05:31:18 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Fri, 21 Mar 2025 04:59:26 GMT]]></title><description><![CDATA[<p dir="auto">Has anyone here managed to register more than one user?</p>
]]></description><link>https://forum.cloudron.io/post/103914</link><guid isPermaLink="true">https://forum.cloudron.io/post/103914</guid><dc:creator><![CDATA[nichu42]]></dc:creator><pubDate>Fri, 21 Mar 2025 04:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Wed, 19 Mar 2025 19:15:45 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> yes</p>
]]></description><link>https://forum.cloudron.io/post/103811</link><guid isPermaLink="true">https://forum.cloudron.io/post/103811</guid><dc:creator><![CDATA[nichu42]]></dc:creator><pubDate>Wed, 19 Mar 2025 19:15:45 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Wed, 19 Mar 2025 15:53:26 GMT]]></title><description><![CDATA[<p dir="auto">Have you restarted the app after changing the env variable?</p>
]]></description><link>https://forum.cloudron.io/post/103785</link><guid isPermaLink="true">https://forum.cloudron.io/post/103785</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 19 Mar 2025 15:53:26 GMT</pubDate></item><item><title><![CDATA[Reply to Open registration on Wed, 19 Mar 2025 14:26:56 GMT]]></title><description><![CDATA[<p dir="auto">I tried setting this to true, but that didn't work either.<br />
I've also invited some people via UI, but they cannot register or login via "lost password".</p>
]]></description><link>https://forum.cloudron.io/post/103756</link><guid isPermaLink="true">https://forum.cloudron.io/post/103756</guid><dc:creator><![CDATA[nichu42]]></dc:creator><pubDate>Wed, 19 Mar 2025 14:26:56 GMT</pubDate></item></channel></rss>