﻿<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="PasswordPolicy.xslt"?>
<PasswordPolicy>
  <Password>
    <minLength>12</minLength>
    <maxLength>25</maxLength>
    <numsLength>2</numsLength>
    <upperLength>1</upperLength>
    <specialLength>1</specialLength>
    <barWidth>200</barWidth>
    <barColor>#FF9933</barColor>
    <specialChars>!@#\\$%*()_+^&amp;}{:;?.</specialChars>
    <!-- 1=Yes, 0=No-->
    <useMultipleColors>1</useMultipleColors>
  </Password>
</PasswordPolicy>