Click or drag to resize
UserInfoProviderGenerateNewPassword Method

Note: This API is now obsolete.

Returns new password according to password policy. Generates password with 8 alphanumeric characters if no password policy is configured.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use 'GenerateNewPassword(string siteName)' method instead.")]
public static string GenerateNewPassword()

Return Value

Type: String
See Also