CreateUserWizard.AutoGeneratePassword 属性

定义

获取或设置用于指示是否自动为新用户帐户生成密码的值。

public:
 virtual property bool AutoGeneratePassword { bool get(); void set(bool value); };
[System.Web.UI.Themeable(false)]
public virtual bool AutoGeneratePassword { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.AutoGeneratePassword : bool with get, set
Public Overridable Property AutoGeneratePassword As Boolean

属性值

如果要为新用户帐户自动生成密码,则为 true;否则为 false。 默认值是 false

无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttributeASP.NET 主题和外观

属性

注解

通过 AutoGeneratePassword 属性,可以在不输入用户帐户密码的情况下创建用户帐户。 例如,当管理员创建新用户的帐户,然后向用户提供密码时,此功能非常有用。

重要

不能使用 if CreateUserWizardAutoGeneratePassword 设置为 true ,并且 PasswordStrengthRegularExpression 属性在应用程序的 Web.config 中设置。指示将导致无效密码的错误消息。

适用于

另请参阅