Validate Passwords Using a Password Policy

Last updated by FlySIP Support on October 31, 2019 08:41

validatePassword()

This application is used to validate password using given password policy

Parameters:

  • i_password_policy - Password policy to use. Integer. Required.
  • lang - localize messages using this locale. String. Optional.
  • password - Password to validate. String. Required.
  • web_label - Web label of the password. Please note that this label should be localized to the same locale as given in the parameter lang prior to the API call. String. Required.


Returns:

  • result - OK means that password is correct
  • XMLRPC fault in case of any error. The message supplied in the Fault contains localized error message.