<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xml:base="https://support.medplus.com/auth/login/choose-passphrase"
      xml:lang="en-US"
      lang="en-US">
<!--
     ________ NOTICE: SVG GRAPHICS HAVE BEEN OMITTED ________

     It has been detected that your web browser does not support
     the SVG (Scalable Vector Graphics) standard, and thus there
     may have been some specialized graphics either omitted from this
     page or substituted with low-quality bitmap images.

     If you wish to see the normal high-quality SVG graphics please
     use a more capable web browser, such as Mozilla Firefox 1.5+.
-->
<head profile="http://geotags.com/geo">
  <title xml:lang="en-US">Choose a passphrase</title>

  <meta http-equiv="Content-Type" content="text/plain; charset=utf-8" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="date" content="2025-05-16T22:19:35.011326Z" />
  <meta name="geo.placename" content="Mason" />
  <meta name="geo.position" content="39.3037,-84.3097" />
  <meta name="geo.region" content="US-OH" />

  <base href="https://support.medplus.com/auth/login/choose-passphrase" />



  <link rel="alternate" href="/auth/login/choose-passphrase" title="Browser prefered format" />
  <link rel="alternate" href="/auth/login/choose-passphrase?content-type=text" type="text/plain" title="Plain text" />
  <link rel="alternate" href="/auth/login/choose-passphrase?content-type=xhtml" type="application/xhtml+xml" title="XHTML 1.1" />
  <link rel="icon" href="/public/dashboard-icon-48.png" type="image/png" />
  <link rel="shortcut icon" href="/public/dashboard-icon.ico" type="image/x-icon" />
  <link rel="stylesheet" href="/style/myghty-basic.css" type="text/css" title="Site basic stylesheet" />
  <link rel="top" href="/" />
  <script type="text/javascript" src="/js/common.js"></script>
  <script type="text/javascript" src="/js/json2.js"></script>
  <script type="text/javascript" src="/js/ajax.js"></script>
  <script type="text/javascript" src="/js/login.js"></script>

  <style type="text/css" id="page-inline-stylesheet"><![CDATA[
  @namespace url(http://www.w3.org/1999/xhtml);
  
.medplus-only {
    border: 1px solid #600;
    padding: 8pt 2em;
    width: 60%;
    margin: 12pt 4em;
    text-align: center;
    background-color: #fff0b0;
}
.medplus-only b { font-size: 110%; font-family: sans-serif; }
#pwstrength { color:#555599; }
#choose-password { display:none; }
#change-pw { margin: 8pt 4em; padding: 3pt 1em; font-size: 110%;
    background-color: #8d8; color: white;
}
#change-pw.disabled { background-color: #ddd; color: #bbb; }

.emailnote { color: #666; font-size: 8pt; }

.str-poor { background-color: #990000; color:white; padding-left:0.5em; padding-right:0.5em;}
.str-weak { background-color: #bb9900; color:white; padding-left:0.5em; padding-right:0.5em;}
.str-good { background-color: inherit; color: #999900; }
.str-great { background-color: inherit; color: #00aa00; }

.str-no-match { background-color: #990000; color:white; padding-left:0.5em; padding-right:0.5em;}
.str-match { background-color: inherit; color: #00aa00; }

em.for { font-weight: bold; }
.step {
 margin-top: 12pt;
 font-size: 130%; font-weight: bold;
 font-family: sans-serif;
 color: #084;
 border-left: 16px solid #084;
 padding-left: 0.5em;
}
.done { color: #888; }
.done .step { color: #88b;  border-left: 16px solid #88b; }

td.v { padding-left: 8pt; color: #652; font-family:monospace; }
td.v:hover { color: #840; background-color: #fff; }

img.captcha-image {
 margin:2px 0;
 border:1px solid #444;
 vertical-align:top;
}


  ]]></style>
  <script type="text/javascript"><![CDATA[
  function show_element(elemid) {
     bk = document.getElementById(elemid);
     if( bk ) {
        bk.style.display = 'block';
     }
  }
  function hide_element(elemid) {
     bk = document.getElementById(elemid);
     if( bk ) {
        bk.style.display = 'none';
     }
  }
  function set_initial_focus() {
     /* Put initial input focus on a search form if it exists on the page */
     var sf = document.getElementById('general-search-string');
     if(!sf) sf = document.getElementById('site-search-string');
     if(!sf) sf = document.getElementById('hdr-search-string');
     if(!sf) sf = document.getElementById('hdr-site-search-string');
     if(sf) sf.focus();
  }
  function enable_stylesheets() {
     for(var i=0; i<document.styleSheets.length; i++) {
        var ss = document.styleSheets[i];
	/*alert('ss =' + ss);*/
	/*var ssid = ss.getAttribute('id');*/
	var ssid = ss.title;
        if( !ssid) {
            continue;
        }
        if( ssid.indexOf('jsenabled') >= 0 ) {
            ss.disabled = false;
        }
        else if( ssid.indexOf('jsdisabled') >= 0 ) {
            ss.disabled = true;
        }
     }
  }
  function main() {
     set_initial_focus();
     enable_stylesheets();
     elem = document.getElementById('reload-captcha-button');
    if(elem) {elem.style.display='inline';}
    setup_pwtest_handler();
    hide_captcha();
    focuselem = document.getElementById('emailaddr');
    if( focuselem ) { focuselem.focus(); }
  }
  ]]></script>
</head>
<body id="support-medplus-com" onload="main();"><!--
**** SECURITY BANNER ****
--><div id="security-banner" class="header-security-banner noprint page-secure"><span style="float:left;position:relative"><a href="#content" title="Skip past the page header and go to the main content of this page">skip to content</a></span>Welcome <b>guest</b> &#8212; <a target="_top" href="/auth/login/" title="Login to an existing account">login</a> / <a target="_top" href="/auth/register/" title="Register for a new user account">register</a></div><!--
**** END SECURITY BANNER ****
--><!--
<div class="header-mini-nav">
-->
<!-- START header-logo
--><div class="header-logo-new"><a  href="/menu/"><img id="dashboard-logo" src="/public/cmaxdashboard-84-94.png" alt="ChartMaxx Dashboard"
 title="ChartMaxx Dashboard" /></a></div><!-- END header-logo -->
<div class="header-mini-nav">
<div id="header-mini-nav-line-1">
<div class="right-nav">
</div>
<div id="header-website-sections">
<span style="color:#666">Sections:</span><ul class="inline-places">
<li><a  href="/auth/login/" title="Login or register">Login</a></li>
<li><a  href="/menu/policies" title="Privacy and website use policies">Privacy policy</a></li>
<li><a  href="/menu/contact" title="Privacy and website use policies">Contact us</a></li>
</ul>
</div>
</div>
<div id="header-mini-nav-line-2">
<div class="right-nav">
</div>
<div id="header-you-are-here"><span style="color:#666;">You are here:</span> <a  href="/auth/" title="Authentication"><span xml:lang="en">Authentication</span></a><span class="padlr">→</span><a  href="/auth/login/" title="Login"><span xml:lang="en">Login</span></a><span class="padlr">→</span><a  href="/auth/login/choose-passphrase" title="Choose passphrase"><b xml:lang="en">Choose passphrase</b></a></div>
</div>
</div>
<!--
 **** MAIN HEADER NAVIGATION BAR ****
--><div class="main-header">
<!-- START header-right
--><div class="header-right"></div><!-- END header-right -->

<!-- START header-middle
--><div class="header-middle">
<h1 xml:lang="en-US" class="">Choose a passphrase</h1>
</div><!-- END header-middle -->

<div class="clear"></div></div><!--

 **** END HEADER NAVIGATION BAR ****

--><div id="precontent" class="precontent "><div class="medplus-only">
<b>For MedPlus employees only</b><br/>
If you are a customer, you can not set up a passphrase.
Instead you must use a
<a href="/auth/login/help/openid-providers">third-party OpenID</a>
account (such as from Yahoo!, GMail, etc.)
to login to this site.
</div></div><!--

 ******** MAIN CONTENT STARTS HERE ********

--><div id="content" class="content">
<form id="choose-passphrase-form"
 action="choose-passphrase"
 method="post"
 enctype="multipart/form-data"
 accept-charset="utf8"
 target="_top"
 autocomplete="off"
>
<input type="hidden" name="action" value="create" />
<h2>New user passphrase</h2>
<p>This is apparently your first time accessing this system.
MedPlus employees may choose a passphrase at this point.</p>

<div id="step-1" class="stepdiv ">
<p><span class="step">Step 1:</span>
Please choose a passphrase.</p>

<p>Help protect the security of this site:
<ul class="sq">
<li>No easily guessed passphrases (not too short, no dictionary words, etc.)</li>
<li>Do not use the same password that you use at some other non-MedPlus website</li>
<li>Keep you passphrase secret, never share it with anybody</li>
</ul>
</p>

<div style="margin: 8pt 4em; padding: 4pt 1em; background-color:#ffe; border: 1px dashed #888;">
<table><tbody>
<tr>
  <td><label for="emailaddr">Email address:</label></td>
  <td><input id="emailaddr" type="text" name="email" size="30" /><br />
<span class="emailnote">email address must be entered exactly as it is listed in the <a
target="_blank" href="http://directory.medplus.com/">company directory</a></span></td>
</tr>
<tr>
  <td><label for="new-password-field">Passphrase:</label></td>
  <td><input name="pw" id="new-password-field" type="password" length="20" /><span id="pws-quality-label">&#160;</span>
</td>
</tr>
<tr>
  <td><label for="new-password-field2">Again:</label></td>
  <td><input name="pw2" id="new-password-field2" type="password" length="20"  /><span id="pws-match-label">&#160;</span>
</td>
</tr>
<tr id="captcha-block">
<td style="vertical-align:top">Human test:<br />
<span style="color:#777;font-size:80%;">(enter the number in the image)</span></td>
    <td><div id="captcha-block-x"><input readonly="readonly" id="captcha-id" name="cid" type="hidden" size="10" value="" /><input tabindex="14" id="captcha-value" name="c" type="text" size="5" onchange="check_userandpass_inputs();" onkeyup="check_userandpass_inputs();" /><a id="reload-captcha-button" style="display:none" href="#" onclick="new_captcha(); return false;"><img src="/public/reload_icon_16_ffeecc.png" style="border:1px solid #cba;vertical-align:middle; padding: 1px; margin: 0 4px 0 1em;" title="Generate a new test image" /></a>
<br /><img id="captcha-image" src="/img/icons/captcha_wait.png" class="captcha-image"/></div></td></tr>

</tbody>
</table>

<input id="change-pw" type="submit" value="submit my new passphrase..." />
</div>
</div>

</form>

<hr />
<p>If you've already completed the above and received an email,
you can <a href="/auth/login/validate-passphrase">continue to step 2...</a>.</p>

<div class="clear"></div></div>
<!--
 **** FOOTER/COPYRIGHT AREA ****
--><div class="footer">
<img class="mplogo30" src="/img/medplus-30-trns.png"
  title="The ChartMaxx logo, a registered trademark of Quest Diagnostics."
  alt="The ChartMaxx logo, a registered trademark of Quest Diagnostics."
 />
Copyright &#169; 2005&#8211;2025 Quest Diagnostics<br />
Visit our public websites at <a target="_top" href="http://www.chartmaxx.com/">www.chartmaxx.com</a>
and
<a target="_top" href="http://www.questdiagnostics.com/">www.questdiagnostics.com</a>.
<span class="noprint">—See also <a href="https://questdiagnostics.com/our-company/privacy">Privacy Notices</a> —or— <a href="/menu/contact">contact us</a>.</span>
</div>
<div class="footer-debug">
<p>Page generated 2025-05-16 22:19:35 UTC</p>
</div><!--
 **** END FOOTER/COPYRIGHT AREA ****
--></body>
</html>