MetabaseInternalAuthenticatioActivationOptions

Description

The MetabaseInternalAuthenticatioActivationOptions enumeration contains parameters used to activate inner authentication in repository. It is used by the IMetabaseAuthenticationPolicy.EnableInternalAuthentication method.

Comments

The enumeration is outdated, use IMetabasePolicy.CheckUserPassword.

Available values

Value Brief description
0 Default. By default ForceRehash and HashCurrentUser values are used.
1 SkipAbililyCheck. Do not test whether authorization by means of Prognoz Platform 9 tools can be enabled.
2 MarkUsersMustChangePassword. For users the Require password change on the next system enter checkbox will be enabled.
3 ForceRehash. Deletes all passwords hash from repository system tables.
4 HashCurrentUser. Saves password hash for the current user.

See also:

Metabase Assembly Enumerations