<?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[Nextcloud email addresses are visible by default - how to change setting?]]></title><description><![CDATA[<p dir="auto">By default, when somebody joins Nextcloud, everybody's email address is visible. I don't know whether this is in accordance with the GDPR, but is there an easy way to set the default to not visible?</p>
<p dir="auto">One user mentioned this trick, but it is hard to find that file/folder using the file browser.</p>
<p dir="auto">Edit this file more less in the line 308: “NCrootFolder”/lib/private/Accounts/AccountManager.php</p>
<p dir="auto">Where it says:<br />
self::PROPERTY_EMAIL =&gt;<br />
[<br />
‘value’ =&gt; $user-&gt;getEMailAddress(),<br />
‘scope’ =&gt; self::VISIBILITY_CONTACTS_ONLY,<br />
‘verified’ =&gt; self::NOT_VERIFIED,<br />
],</p>
<p dir="auto">It should say:<br />
self::PROPERTY_EMAIL =&gt;<br />
[<br />
‘value’ =&gt; $user-&gt;getEMailAddress(),<br />
‘scope’ =&gt; self::VISIBILITY_PRIVATE,<br />
‘verified’ =&gt; self::NOT_VERIFIED,<br />
],</p>
<p dir="auto">The problem is that the file might be overwrited in an update.</p>
<p dir="auto">I think this should be private by default, or at least, configurable.</p>
]]></description><link>https://forum.cloudron.io/topic/13504/nextcloud-email-addresses-are-visible-by-default-how-to-change-setting</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 14:17:23 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13504.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Mar 2025 10:29:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nextcloud email addresses are visible by default - how to change setting? on Fri, 21 Mar 2025 14:11:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> Everywhere, basically. Would it be possible to setup Nextcloud so that people could inhabit and use it without ever seeing each other's emails?</p>
<p dir="auto">If you are on a nextcloud and you look at the Users list, even as a regular user, you will probably see everybody's email listed there.</p>
<p dir="auto">There might be some environments where you would not wish participants to have their emails disclosed to the rest of the nextcloud.</p>
]]></description><link>https://forum.cloudron.io/post/104008</link><guid isPermaLink="true">https://forum.cloudron.io/post/104008</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Fri, 21 Mar 2025 14:11:54 GMT</pubDate></item><item><title><![CDATA[Reply to Nextcloud email addresses are visible by default - how to change setting? on Fri, 21 Mar 2025 11:33:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loudlemur" aria-label="Profile: LoudLemur">@<bdi>LoudLemur</bdi></a> said in <a href="/post/103970">Nextcloud email addresses are visible by default - how to change setting?</a>:</p>
<blockquote>
<p dir="auto">everybody's email address is visible</p>
</blockquote>
<p dir="auto">Visible where exactly? During sharing as alluded to by <a class="plugin-mentions-user plugin-mentions-a" href="/user/archos" aria-label="Profile: archos">@<bdi>archos</bdi></a>' response. Or elsewhere too?</p>
]]></description><link>https://forum.cloudron.io/post/103991</link><guid isPermaLink="true">https://forum.cloudron.io/post/103991</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Fri, 21 Mar 2025 11:33:52 GMT</pubDate></item><item><title><![CDATA[Reply to Nextcloud email addresses are visible by default - how to change setting? on Fri, 21 Mar 2025 11:15:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/archos" aria-label="Profile: archos">@<bdi>archos</bdi></a> Thanks.</p>
<p dir="auto">What about for new people who join the nextcloud. When they see the other users, won't the other usernames as well as their emails be listed?</p>
<p dir="auto">I think seeing the usernames would be expected, but not their email addresses, too.</p>
]]></description><link>https://forum.cloudron.io/post/103984</link><guid isPermaLink="true">https://forum.cloudron.io/post/103984</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Fri, 21 Mar 2025 11:15:27 GMT</pubDate></item><item><title><![CDATA[Reply to Nextcloud email addresses are visible by default - how to change setting? on Fri, 21 Mar 2025 10:52:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loudlemur" aria-label="Profile: LoudLemur">@<bdi>LoudLemur</bdi></a> You don't need to modify any files. Just go to:</p>
<p dir="auto">Admin settings → Sharing → Sharing Privacy settings → Disable user email address auto-completion</p>
<p dir="auto">Once this is disabled, other users will no longer see email addresses when sharing.</p>
<p dir="auto"><img src="/assets/uploads/files/1742554373103-sn%C3%ADmek-obrazovky-po%C5%99%C3%ADzen%C3%BD-2025-03-21-11-52-31.png" alt="Snímek obrazovky pořízený 2025-03-21 11-52-31.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/103978</link><guid isPermaLink="true">https://forum.cloudron.io/post/103978</guid><dc:creator><![CDATA[archos]]></dc:creator><pubDate>Fri, 21 Mar 2025 10:52:55 GMT</pubDate></item></channel></rss>