Class PasswordConfig
The PasswordConfig class provides a wrapper any Portal wide Password Settings.
Inheritance
System.Object
PasswordConfig
Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke.dll
Syntax
public class PasswordConfig : object
Properties
| Improve this Doc View SourcePasswordExpiry
Gets or sets the Password Expiry time in days.
Declaration
public static int PasswordExpiry { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer. |
PasswordExpiryReminder
Gets or sets and sets the a Reminder time in days (to remind the user that theire password is about to expire.
Declaration
public static int PasswordExpiryReminder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer. |