Skip to content

Commit

Permalink
Bug 1892480 - Duo Security help link points to a non-existent page on…
Browse files Browse the repository at this point in the history
… the internal wiki site
  • Loading branch information
dklawren committed Apr 22, 2024
1 parent 4f17930 commit b9f3c5c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ $(document).ready(function() {
<div class="row">
<label class="required" for="job_description">
Job Description
(<a target="_blank" rel="noopener noreferrer" href="https://mana.mozilla.org/wiki/display/globalstaffing/Intern+Job+Descriptions">more info</a>)
(<a target="_blank" rel="noopener noreferrer"
href="https://mozilla-hub.atlassian.net/wiki/spaces/PR/pages/207814851/Early+Career+Program+at+Mozilla">more info</a>)
</label>
<textarea required name="job_description"
id="job_description" cols="80" rows="10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ul>
<li>The Recovery Key will be displayed during the encryption process
(<a href="https://mana.mozilla.org/wiki/display/INFRASEC/Desktop+Security#DesktopSecurity-DiskencryptionFileVault">more info</a>)
(<a href="https://mozilla-hub.atlassian.net/wiki/spaces/SD/pages/26741084/FileVault+for+Mac">more info</a>)
</li>
<li>The asset tag number is located on a sticker typically on the bottom of the device.</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,13 @@ function jobDescToggle(what) {
page. Please run your description through Textio before uploading
it to your headcount request [% terms.bug %]. To learn more about
Textio and learn how to create a Textio account,
<a href="https://mana.mozilla.org/wiki/display/globalstaffing/Diversity+Recruiting+Initiatives">
visit this Mana page</a>.<br><br>
<a href="https://mozilla-hub.atlassian.net/wiki/spaces/PR/pages/24449785/Job+Description+Resources">
visit this page</a>.<br><br>
Please upload a draft of the Job Description you would like to be associated with this requisition
(or <a href="javascript:jobDescToggle('text')">paste text as attachment</a>).</em><br>
<input type="file" id="data" name="data" size="60"><br>
<em>For job description formatting guidelines and help writing your job description please read the
<a href="https://mana.mozilla.org/wiki/display/globalstaffing/Best+Practices+Guide%3A+Writing+Job+Descriptions"
<a href="https://mozilla-hub.atlassian.net/wiki/spaces/PR/pages/24449785/Job+Description+Resources"
target="_blank" rel="noopener noreferrer">Best Practices Guide</a>.</em>
</td>
</tr>
Expand All @@ -358,7 +358,7 @@ function jobDescToggle(what) {
(or <a href="javascript:jobDescToggle('file')">attach a file</a>).</em><br>
<textarea id="attach_text" name="attach_text" cols="60" rows="4"></textarea><br>
<em>For job description formatting guidelines and help writing your job description please read the
<a href="https://mana.mozilla.org/wiki/display/globalstaffing/Best+Practices+Guide%3A+Writing+Job+Descriptions"
<a href="https://mozilla-hub.atlassian.net/wiki/spaces/PR/pages/24449785/Job+Description+Resources"
target="_blank" rel="noopener noreferrer">Best Practices Guide</a>.</em>
</td>
</tr>
Expand Down
6 changes: 4 additions & 2 deletions template/en/default/account/prefs/mfa.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@
[% IF duo_allowed %]
<button type="button" id="mfa-select-duo">Duo Security</button><br>
<blockquote>
<p>Requires a <a href="https://mana.mozilla.org/wiki/display/SD/DuoSecurity" target="_blank" rel="noopener noreferrer">Duo Security</a>
<p>Requires a <a href="https://mozilla-hub.atlassian.net/wiki/spaces/SD/pages/26739600/DuoSecurity+Overviewi"
target="_blank" rel="noopener noreferrer">Duo Security</a>
account (required for Mozilla employees).</p>
<p>If this account is for automation and Duo 2FA is not appropriate, Please
<a href="[% basepath FILTER none %]enter_bug.cgi?product=bugzilla.mozilla.org&component=Administration">
Expand Down Expand Up @@ -280,7 +281,8 @@
<img src="[% basepath FILTER none %]images/duo.png" id="duo-logo" width="32" height="32">
Verification with Duo Security will be performed before your account is updated.<br>

You must be <a href="https://mana.mozilla.org/wiki/display/SD/DuoSecurity" target="_blank" rel="noopener noreferrer">
You must be <a href="https://mozilla-hub.atlassian.net/wiki/spaces/SD/pages/26739600/DuoSecurity+Overview"
target="_blank" rel="noopener noreferrer">
enrolled with Duo Security via login.mozilla.com</a> before you can use Duo 2FA.
</p>

Expand Down
3 changes: 2 additions & 1 deletion template/en/default/mfa/duo/not_enrolled.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@

<p>
Please ensure you are using your Mozilla LDAP username, and that you have
completed the <a href="https://mana.mozilla.org/wiki/display/SD/DuoSecurity" target="_blank" rel="noopener noreferrer">
completed the <a href="https://mozilla-hub.atlassian.net/wiki/spaces/SD/pages/26739600/DuoSecurity+Overview"
target="_blank" rel="noopener noreferrer">
Duo Security enrollment process</a>.
</p>

Expand Down

0 comments on commit b9f3c5c

Please sign in to comment.