View Source
Interface ISecuritySection
Assembly: Umbraco.Core.dll
Syntax
public interface ISecuritySection : IUmbracoConfigurationSection
Properties
View Source
AllowPasswordReset
Used to enable/disable the forgot password functionality on the back office login screen
Declaration
bool AllowPasswordReset { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
AuthCookieDomain
Declaration
string AuthCookieDomain { get; }
Property Value
Type |
Description |
System.String |
|
View Source
AuthCookieName
Declaration
string AuthCookieName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
HideDisabledUsersInBackoffice
Declaration
bool HideDisabledUsersInBackoffice { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
KeepUserLoggedIn
Declaration
bool KeepUserLoggedIn { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
UsernameIsEmail
A boolean indicating that by default the email address will be the username
Declaration
bool UsernameIsEmail { get; }
Property Value
Type |
Description |
System.Boolean |
|