<?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[How To Implement MFA in Chatwoot?]]></title><description><![CDATA[<p dir="auto">I'd like to implement MTA/2FA in Chatwoot and I already followed this instruction:</p>
<p dir="auto"><a href="https://developers.chatwoot.com/self-hosted/configuration/multi-factor-authentication" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.chatwoot.com/self-hosted/configuration/multi-factor-authentication</a></p>
<p dir="auto">However, the security setting is not available. Have you experience this setup?</p>
]]></description><link>https://forum.cloudron.io/topic/14517/how-to-implement-mfa-in-chatwoot</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 10:50:45 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/14517.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Nov 2025 07:34:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How To Implement MFA in Chatwoot? on Fri, 07 Nov 2025 19:12:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andreasdueren" aria-label="Profile: andreasdueren">@<bdi>andreasdueren</bdi></a> thank you Andreas, it works perfectly.</p>
<p dir="auto">I think it's different code with the tutorial that come from here <a href="https://developers.chatwoot.com/self-hosted/configuration/multi-factor-authentication:" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.chatwoot.com/self-hosted/configuration/multi-factor-authentication:</a></p>
<pre><code># Active Record Encryption keys (required for MFA/2FA functionality)
# Replace with the actual keys from rails db:encryption:init output
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=EGY8WhulUOXixybod7ZWwMIL68R9o5kC
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=aPA5XyALhf75NNnMzaspW7akTfZp0lPY
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=xEY0dt6TZcAMg52K7O84wYzkjvbA62Hz
</code></pre>
<p dir="auto">When I tried your code, now it appears on my dashboard:</p>
<pre><code># Active Record Encryption keys (required for MFA/2FA functionality)
# Replace with the actual keys from rails db:encryption:init output
export ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=string
export ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=string
export ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=string
</code></pre>
<p dir="auto">Now, I can see the 2FA option.</p>
<p dir="auto">Thank you...</p>
]]></description><link>https://forum.cloudron.io/post/115031</link><guid isPermaLink="true">https://forum.cloudron.io/post/115031</guid><dc:creator><![CDATA[IniBudi]]></dc:creator><pubDate>Fri, 07 Nov 2025 19:12:23 GMT</pubDate></item><item><title><![CDATA[Reply to How To Implement MFA in Chatwoot? on Fri, 07 Nov 2025 12:39:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/inibudi" aria-label="Profile: IniBudi">@<bdi>IniBudi</bdi></a> Which part isn't working? Just tried it out and worked perfectly.</p>
<ol>
<li>Go to the web terminal of your Chatwoot application</li>
<li>enter <code>rails db:encryption:init</code></li>
<li>Save the strings that is being displayed</li>
</ol>
<pre><code>active_record_encryption:
  primary_key: string
  deterministic_key: string
  key_derivation_salt: string
</code></pre>
<ol start="4">
<li>Go to the file manager of the application</li>
<li>Open the <code>env.sh</code> file</li>
<li>add these records (replace <code>string</code> with the values from the previous prompt)</li>
</ol>
<pre><code># Active Record Encryption keys (required for MFA/2FA functionality)
# Replace with the actual keys from rails db:encryption:init output
export ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=string
export ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=string
export ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=string
</code></pre>
<ol start="7">
<li>restart the app</li>
<li>now you can set up 2FA in the user settings.</li>
</ol>
]]></description><link>https://forum.cloudron.io/post/115007</link><guid isPermaLink="true">https://forum.cloudron.io/post/115007</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Fri, 07 Nov 2025 12:39:36 GMT</pubDate></item><item><title><![CDATA[Reply to How To Implement MFA in Chatwoot? on Fri, 07 Nov 2025 11:54:13 GMT]]></title><description><![CDATA[<p dir="auto">I guess you meant MFA correct?</p>
]]></description><link>https://forum.cloudron.io/post/115005</link><guid isPermaLink="true">https://forum.cloudron.io/post/115005</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 07 Nov 2025 11:54:13 GMT</pubDate></item></channel></rss>