Click or drag to resize

InitialPasswordControllerGenerateInitialPassword Method

Check if a password policy is defined for the provided account resource. If not it check if a password policy is defined for the system. If none of them is defined then the default password policy is used. If the default policy is not found, then an exception is thrown. Finally it generates an initial password based on the policy.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string GenerateInitialPassword(
	Guid accountResourceUId,
	Guid systemUId
)

Parameters

accountResourceUId
Type: SystemGuid
systemUId
Type: SystemGuid

Return Value

Type: String
See Also