Procedures, 12
| Name | Parameters | Returns | Access | Versions | Obsolete | ||
|---|---|---|---|---|---|---|---|
| ValidatePasswordStrength | (Text) | public | 17-23, gone | - | |||
| OpenPasswordDialog | (Boolean, Boolean) | Text | public | 17-26, gone | Pending 24.0 | ||
| Replaced by OpenSecretPasswordDialog with SecretText return data type. | |||||||
| OpenChangePasswordDialog | (var Text, var Text) | public | 17-26, gone | Pending 24.0 | |||
| Replaced by OpenChangePassworDialog with SecretText parameter data type. | |||||||
| ValidatePassword | (Boolean, Boolean, Text, Text) | Boolean | public | 17-23, gone | - | ||
| ValidatePasswordStrength | (SecretText) | public | 24-28 | - | |||
| OpenSecretPasswordDialog | (Boolean, Boolean) | SecretText | public | 24-28 | - | ||
| OpenChangePasswordDialog | (var SecretText, var SecretText) | public | 24-28 | - | |||
| ValidatePassword | (Boolean, Boolean, SecretText, SecretText) | Boolean | public | 24-28 | - | ||
| OpenPasswordChangeDialog | (SecretText, var SecretText) | public | 25-28 | - | |||
| ValidateOldPasswordMatch | (SecretText, SecretText) | public | 25-28 | - | |||
| ValidateNewPasswordUniqueness | (SecretText, SecretText) | public | 25-28 | - | |||
| ValidatedPasswordMatch | (SecretText, SecretText) | public | 27-28 | - | |||