Table of Contents

Class UserLoginSettings

Namespace
Dynamicweb.Users.Frontend.LoginModule
Assembly
Dynamicweb.Users.dll

Represents the settings of the "Users - Login" module.

public sealed class UserLoginSettings
Inheritance
UserLoginSettings
Inherited Members

Constructors

UserLoginSettings(Properties)

Initializes a new instance of a UserLoginSettings class.

public UserLoginSettings(Properties properties)

Parameters

properties Properties

The login properties.

Properties

Gets or sets the forgot password link

public string ForgotPasswordLink { get; set; }

Property Value

string

LoginTemplate

Gets or sets the login template

public string LoginTemplate { get; set; }

Property Value

string

RedirectAfterLogin

Gets or sets the redirect link after successful login

public string RedirectAfterLogin { get; set; }

Property Value

string

RedirectAfterLoginRule

Gets or sets the type of redirect after login

public RedirectAfterLoginType RedirectAfterLoginRule { get; set; }

Property Value

RedirectAfterLoginType
To top