Click or drag to resize

UserAttrs Enumeration

Attributes that apply to a user that is loaded from the default database provider.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum UserAttrs
Members
  Member nameValueDescription
Disabled1This user is disabled and should not be allowed to login.
NoCookie2This user ID should not be stored as a cookie.
ForcePasswordChange4The user should be forced to change their password at the next logon.
SystemGeneratedPassword8The password for this user was system-generated.
ExternalAuth16This user is authenticated via an external directory such as SSO or OAUTH.
TwoFactorAuth32This user must use two-factor authentication.
Remarks
If you are using an Authentication Provider that is different than the Database provider, then these flag generally have no meaning and there is no interface available to set them.
See Also