MpUserUIPasswordCriteriaEnum

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpUserUIPasswordCriteriaEnum

mapp Services V5.16

This enumerator indicates which criteria is not met by a new password.

Enumerator

Description

mpUSER_PASSWORD_CRIT_NONE

The password matches all criteria for a new password.

mpUSER_PASSWORD_CRIT_LENGTH

The password is too short.

mpUSER_PASSWORD_CRIT_ALPHA

The password must contain alphanumeric characters.

mpUSER_PASSWORD_CRIT_CASE

The password must contain both lowercase and uppercase characters.

mpUSER_PASSWORD_CRIT_SPECIAL

The password must contain special characters.