BryanDavis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/373169 )

Change subject: Add privacy warnings to account creation
......................................................................

Add privacy warnings to account creation

Clearly warn users that their email address and IP address may be
exposed when creating an LDAP account. The email address warning is
already present on the wizard step where it is collected, but this makes
that warning more prominent. The IP address exposure warning is new.

Bug: T173845
Change-Id: Iaae028871d6aed4a8f9c610c8c33a1302d0e1c3b
---
M striker/templates/register/base.html
1 file changed, 21 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/striker 
refs/changes/69/373169/1

diff --git a/striker/templates/register/base.html 
b/striker/templates/register/base.html
index ecc3006..566e0f9 100644
--- a/striker/templates/register/base.html
+++ b/striker/templates/register/base.html
@@ -60,18 +60,33 @@
     </div>
     <div class="col-sm-6">
       {% block left-col %}
-      <div class="panel panel-default">
-        <div class="panel-heading">
-          {% bootstrap_icon "info-sign" %} {% trans "About Toolforge accounts" 
%}
+      <div class="panel-group">
+        <div class="panel panel-info">
+          <div class="panel-heading">
+            {% bootstrap_icon "info-sign" %} {% trans "About Toolforge 
accounts" %}
+          </div>
+          <div class="panel-body">
+            {% blocktrans %}<strong>Toolforge</strong> shares an account 
system with many other technical tools used by Wikimedians. The <a 
href="https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol/";>LDAP</a>
 user account used here also works with <a 
href="https://wikitech.wikimedia.org/";>Wikitech</a>, <a 
href="https://gerrit.wikimedia.org/";>Gerrit</a>, <a 
href="https://phabricator.wikimedia.org/";>Phabricator</a>, and other tools 
designed to help our technical contributors build and maintain software. These 
accounts are separate from the <a 
href="https://meta.wikimedia.org/wiki/Help:Unified_login";>Wikimedia unified 
accounts</a> that are used by most <a 
href="https://meta.wikimedia.org/wiki/Wikimedia_wikis";>Wikimedia wikis</a>.{% 
endblocktrans %}
+          </div>
         </div>
-        <div class="panel-body">
-          {% blocktrans %}<strong>Toolforge</strong> shares an account system 
with many other technical tools used by Wikimedians. The <a 
href="https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol/";>LDAP</a>
 user account used here also works with <a 
href="https://wikitech.wikimedia.org/";>Wikitech</a>, <a 
href="https://gerrit.wikimedia.org/";>Gerrit</a>, <a 
href="https://phabricator.wikimedia.org/";>Phabricator</a>, and other tools 
designed to help our technical contributors build and maintain software. These 
accounts are separate from the <a 
href="https://meta.wikimedia.org/wiki/Help:Unified_login";>Wikimedia unified 
accounts</a> that are used by most <a 
href="https://meta.wikimedia.org/wiki/Wikimedia_wikis";>Wikimedia wikis</a>.{% 
endblocktrans %}
+        <div class="panel panel-danger">
+          <div class="panel-heading">
+            {% bootstrap_icon "alert" %} {% trans "Privacy notices" %}
+          </div>
+          <div class="panel-body">
+            {% blocktrans %}Creating and using an LDAP account will expose some
+            information to other Cloud Services users:{% endblocktrans %}
+            <ul>
+              <li>{% blocktrans %}The email address you associate with your 
LDAP account <strong>will</strong> be publically visible.{% endblocktrans 
%}</li>
+              <li>{% blocktrans %}Your IP address <strong>will</strong> be 
recorded and <strong>may</strong> be visible to other users of Cloud VPS and 
Toolforge when you connect to virtual machines using SSH.{% endblocktrans 
%}</li>
+            </ul>
         </div>
       </div>
-      {% endblock %}
     </div>
+    {% endblock %}
   </div>
 </div>
+</div>
 {% endblock %}
 
 {% block js %}

-- 
To view, visit https://gerrit.wikimedia.org/r/373169
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaae028871d6aed4a8f9c610c8c33a1302d0e1c3b
Gerrit-PatchSet: 1
Gerrit-Project: labs/striker
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to