Skip to content

Commit fe4c645

Browse files
committed
Clarify what data is collected
1 parent 1063b51 commit fe4c645

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/templates/PrivacyNotice.phtml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates;
3-
use \BNETDocs\Libraries\User;
43
use \CarlBennett\MVC\Libraries\Common;
54
use \CarlBennett\MVC\Libraries\Pair;
65

@@ -17,7 +16,7 @@ $org = $this->getContext()->organization;
1716
require('./header.inc.phtml'); ?>
1817
<div class="container">
1918
<h1><?=$title?></h1>
20-
<p><?=$org?> is committed to privacy and security for all of its Users. This privacy notice will explain how <?=$org?> uses the personal data collected from you when you use the site.</p>
19+
<p><?=$org?> is committed to privacy and security for all of its users. This privacy notice will explain how <?=$org?> uses the personal data collected from you when you use the site.</p>
2120
<p><h2>Topics:</h2><ul>
2221
<li><a href="#what-data-is-collected">What data is collected?</a></li>
2322
<li><a href="#how-is-your-data-collected">How is your data collected?</a></li>
@@ -35,24 +34,25 @@ require('./header.inc.phtml'); ?>
3534

3635
<h2><a id="what-data-is-collected"><strong>What data is collected?</strong></a></h2>
3736
<p>The following private data is collected:<ul>
38-
<li>The IP address, user agent, and requested Url of all clients accessing the site, used for logging and tracking of actions on the site.</li>
39-
<li>A person's email address, used for User account identification on the site and for authentication.</li>
40-
<li>A User account password, used for authentication.</li>
41-
<li>Social media information, optionally given by the User and not necessary for the function of the site.</li>
37+
<li>The IP address, user agent, and requested url of all clients accessing the site, used for logging and tracking of actions on the site.</li>
38+
<li>A person's email address and username, used for user account authentication and identification on the site.</li>
39+
<li>A user account password, used for authentication.</li>
40+
<li>An optional alternative custom name different from the username, used for identification on the site.</li>
41+
<li>Contact and social media information, freely given by the user during updates to their public user profile, and not necessary for the function of the site nor their user account.</li>
4242
</ul></p>
4343

4444
<h2><a id="how-is-your-data-collected"><strong>How is your data collected?</strong></a></h2>
4545
<p>You directly provide <?=$org?> with most of the data that is collected. <?=$org?> collects data and processes data when you:</p>
4646
<p><ul>
47-
<li>Create a User account on the site, or modify your User profile on the site.</li>
47+
<li>Create a user account on the site, or modify your user profile on the site.</li>
4848
<li>Submit, post, or upload media and/or content to the site.</li>
4949
</ul></p>
5050

5151
<h2><a id="how-will-your-data-be-used"><strong>How will your data be used?</strong></a></h2>
5252
<p><?=$org?> collects your data for the following purposes:</p>
5353
<p><ul>
5454
<li>To process your requests in cooperation with site features.</li>
55-
<li>To track actions taken on the site by a User.</li>
55+
<li>To track user actions taken on the site.</li>
5656
</ul></p>
5757

5858
<h2><a id="how-is-your-data-stored"><strong>How is your data stored?</strong></a></h2>
@@ -78,7 +78,7 @@ require('./header.inc.phtml'); ?>
7878
<p><?=$org?> uses cookies for the following purposes:</p>
7979
<p><ul>
8080
<li>To record cookie preferences for the site.</li>
81-
<li>To keep you logged in as a returning User of the site.</li>
81+
<li>To identify you as a returning user of the site, so you may stay logged in to your user account between visits.</li>
8282
</ul></p>
8383

8484
<h2><a id="what-types-of-cookies-are-used"><strong>What types of cookies are used?</strong></a></h2>

0 commit comments

Comments
 (0)