AccountService.validatePassword Method
        
 Validates the password against the current password policy.
 
         
        Parameters
        
            - name
            
 
            - 
                
Type: String
The name of the account that the password is for. 
            - password
            
 
            - 
                
Type: String
The password to test. 
        
        Return Value
        
Type: jQuery.Promise
        
A promise object that is resolved when the call is complete.