| Require separate signoff passwords | Forces the user to maintain different login and signoff password | 
        
          | Prevent previous passwords | Prevents users from using the previous "x" number of passwords | 
        
          | Require at least 1 upper case character | Forces the user to include at least 1 upper case character in their passwords | 
        
          | Require at least 1 lower case character | Forces the user to include at least 1 lower case character in their passwords | 
        
          | Require at least 1 digit | Forces the user to include at least 1 numeric character (1-9) in their passwords | 
        
          | Require at least 1 special character | Forces the user to include at least 1 special character: ! " # $ % & ' ( ) * + ` - . / : ; < = > ? @ [ \ ] ^ _ { | }
 in their passwords
 | 
        
          | Minimum password length | Forces the user to use at least "x" number of characters in the password | 
        
          | Require password change every x days | Forces the user to reset their password every "x" number of days | 
        
          | Lock account after x failed attempts | Locks a user account if the user fails to provide the correct password after a specified number of attempts | 
        
          | Maintain lock for x minutes | Defines the automatic account lock release timeframe |