]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1461358 - Add a dev server link to the account creation process. (#1450)
authordklawren <dklawren@users.noreply.github.com>
Thu, 10 Oct 2019 21:21:19 +0000 (17:21 -0400)
committerEmma Humphries <emceeaich@users.noreply.github.com>
Thu, 10 Oct 2019 21:21:19 +0000 (14:21 -0700)
* Bug 1461358 - Add a dev server link to the account creation process.

* Changes based on review feedback

* Fix sanity tests

extensions/BMO/template/en/default/account/create.html.tmpl
extensions/BMO/web/styles/create_account.css

index 032d8427ec0cc5d8fde2b5bec582584c27e46d3b..52efed10c28f19129e2adba8f3bc2313f78bf2b5 100644 (file)
@@ -94,6 +94,19 @@ function onSubmit() {
   %]
   </table>
 
+  <h2>Inappropriate uses of [% terms.Bugzilla %]</h2>
+
+  <div id="left-blurb">
+    <p><strong>Inappropriate use of this service will result in your account being banned and your institution blocked.</strong></p>
+    <ul>
+      <li>Creating [% terms.bugs %] as part of a school assignment.</li>
+      <li>Trying out [% terms.Bugzilla %] to see if it suits your needs or testing out some part of [% terms.Bugzilla %] for proper functionality.</li>
+    </ul>
+    <p>Instead, go to <a href="https://bugzilla-dev.allizom.org">bugzilla-dev.allizom.org</a>, and log in using a GitHub account.</p>
+    <p>Note: You can also set up your own instance of [% terms.Bugzilla %] for evaluation or classroom training by following the<br>
+      directions on <a href="https://github.com/mozilla-bteam/bmo/">our project repository</a>.</p>
+  </div>
+
 </td>
 
 <td width="50%" id="create-account-right" valign="top">
index e226bbfc68ad91255264d903ecdbbdc0b8832eeb..ec243a57450d744ff9ff445fab136f307e696202 100644 (file)
@@ -30,7 +30,7 @@
   padding: 16px 16px 16px 32px;
 }
 
-#right-blurb {
+#left-blurb, #right-blurb {
   font-size: var(--font-size-x-large);
   line-height: var(--line-height-comfortable);
 }
   padding-bottom: 1em;
 }
 
+#create-account #product-list {
+  margin-bottom: 25px;
+}
+
 #create-account-form tr:last-child {
   text-align: right;
 }