<!doctype html>
<html>
 <head> 
  <title>Password Policy Management</title> 
  <link rel="stylesheet" href="styles/site.css" type="text/css"> 
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
  <link rel="stylesheet" href="styles/icons.css" type="text/css">
  <script src="js/jquery.min.js"></script>
  <script src="tree/collapsibleTreeMenu.js"></script>
  <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css">
 </head> 
 <body class="theme-default aui-theme-default"> 
  <div id="page"> 
   <div id="main" class="aui-page-panel"> 
    <div id="main-header"> 
     <div id="breadcrumb-section"> 
      <ol id="breadcrumbs">  
       <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> 
       <li> <span><a href="Administering-Rhapsody_133160982.html">Administering Rhapsody</a></span> </li> 
       <li> <span><a href="Access-Control-in-Rhapsody_133160999.html">Access Control in Rhapsody</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">Password Policy Management</span> </h1> 
    </div> 
    <div id="content" class="view">  
     <div id="main-content" class="wiki-content group"> 
      <p>The <strong>Password Policy</strong> tab enables an administrator to define a password policy for an engine:</p>
      <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133161032/133161033.png" data-image-src="attachments/133161032/133161033.png" data-unresolved-comment-count="0" data-linked-resource-id="133161033" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="PasswordPolicy.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133161032" data-linked-resource-container-version="1"></span></p>
      <div class="confluence-information-macro confluence-information-macro-information">
       <span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span>
       <div class="confluence-information-macro-body">
        <p>For managing administrator passwords, refer to <a href="Administrator-Passwords_133161031.html">Administrator Passwords</a>.</p>
       </div>
      </div>
      <p><br class="atl-forced-newline">The <strong>Policy Password</strong> tab enables you to apply the following rules according to your organization requirements:</p>
      <div class="table-wrap">
       <table class="confluenceTable">
        <tbody>
         <tr>
          <th class="confluenceTh"><p>Parameters</p></th>
          <th class="confluenceTh"><p>Description</p></th>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Minimum Length</p></td>
          <td class="confluenceTd"><p>Passwords must consist of at least a specified number of characters. With this setting, users cannot use blank passwords, and they have to create passwords that are a certain number of characters long.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Minimum Number</p></td>
          <td class="confluenceTd"><p>Passwords must consist of at least a specified number of numerals; for example, 0 - 9.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Minimum Symbols</p></td>
          <td class="confluenceTd"><p>Passwords must consist of at least a specified number of symbols; for example, #,@,%, and so on.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Minimum Uppercase</p></td>
          <td class="confluenceTd"><p>Passwords must consist of at least a specified number of uppercase characters.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Minimum Lowercase</p></td>
          <td class="confluenceTd"><p>Passwords must consist of at least a specified number of lowercase characters.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Password Expiry</p></td>
          <td class="confluenceTd">
           <ul>
            <li><strong>Never Expire</strong> - prevents a user password from expiring.</li>
            <li><strong>Expire After</strong> - defines the Maximum password age setting so that passwords expire as often as necessary for your environment, typically, every 30 to 90 days.</li>
            <li><strong>Reuse After</strong> - users cannot reuse the same password when their password expires and must wait the specified number of days before they can reuse a password.</li>
           </ul></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>User Lockout</p></td>
          <td class="confluenceTd">
           <ul>
            <li><strong>Never Lockout</strong> - user account is never locked out if the password is entered incorrectly.</li>
            <li><strong>Lockout After</strong> - user account is locked out if the password is entered incorrectly more than the specified number of times.</li>
            <li><strong>Temporary lockout</strong> - user account is temporarily locked out if the password is entered incorrectly more than the number of times specified in <strong>Lockout After</strong>. Refer to <a href="Exponential-Back-off-on-Authentication-Failures_133161035.html">Exponential Back-off on Authentication Failures</a> for details.</li>
           </ul></td>
         </tr>
        </tbody>
       </table>
      </div>
      <p>To edit the password policy, select the Password Policy dialog and edit the password policy parameters as required:</p>
      <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133161032/133161034.png" data-image-src="attachments/133161032/133161034.png" data-unresolved-comment-count="0" data-linked-resource-id="133161034" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="EditPasswordPolicy.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133161032" data-linked-resource-container-version="1"></span></p>
      <p> </p> 
     </div>  
    </div> 
   </div>  
  </div>   
 </body>
</html>