Skip to main content

What it does

Checks whether the specified user has the requirement to change their password.

Definition

bool UserNeedToResetPassword( string userName );

Parameters

NameTypeDescription
userNamestringUser name

Returned value

Type

Description

bool

  • ”true” if the requirement is enabled
  • otherwise “false” is returned