UserNeedToResetPassword
What it does
Checks whether the specified user has the requirement to change their password.
Definition
bool UserNeedToResetPassword( string userName );
Parameters
Name | Type | Description |
userName | string | User name |
Returned value
Type | Description |
bool |
|
4/12/2024 6:16:03 PM