PasswordRequirements.php

<details class="tlf-user">
<summary>Password Requirements</summary>

<!-- @TODO Add configurations for password requirements -->
Passwords must be <strong>8 characters or longer</strong> (up to 72 characters).
<br>Passwords MUST include at least 3 of the following:
<ul>
    <li>A <b>number</b></li>
    <li>A <b>capital letter</b></li>
    <li>A <b>lower case letter</b></li>
    <li>A <b>symbol</b>. At least one of: <b>!@#$%^&*?.,_:;(){}[]&lt;&gt;\/|+-='"`~</b></li>
</ul>
<!-- <h4>Recommendation</h4> -->
<!--     <p><b>DO NOT USE THIS PHRASE</b> -->
<!--     <br>Use a complete sentence with punctuation, and replace certain words or letters with symbols or numbers. -->
<!--     <br><b>Ex sentence:</b> Rich people don't know that 3 gallons of soy milk cost about twelve dollars at the store. -->
<!--     <br><b>As Password:</b> Rich people don't know that # gallons of soy milk cost ~12$ @ the store. -->
<!--     </p> -->
<!--     <p>Make up your own sentence. Something that is meaningful to you. Something hard to forget. Then make changes like we did in the example. -->
<!--     <br>We used '#' in place of '3' because they're in the same spot on the keyboard.</p> -->
</details>