{
"Disabled": [
true,
"bool",
null,
"Setting to true disables the module"
],
"IncludeInMobile": [
true,
"bool",
null,
"If true, the module is used in mobile version of the interface"
],
"HashModuleName": [
"reset-password",
"string",
null,
"Defines URL hash used by the module"
],
"RecoveryLinkLifetimeMinutes": [
15,
"int",
null,
"Defines lifetime of password reset link, in minutes"
],
"NotificationType": [
"mail",
"string",
null,
"Denotes how the mail is sent - mail for standard mail() function of PHP, smtp for sending via SMTP protocol"
],
"NotificationEmail": [
"",
"string",
null,
"Sender email address used in mail messages sent by this module"
],
"NotificationHost": [
"",
"string",
null,
"SMTP server host used for sending mail by this module"
],
"NotificationPort": [
25,
"int",
null,
"SMTP server port number"
],
"NotificationSMTPSecure": [
"",
"string",
null,
"Set to 'ssl' or 'tls' to use SSL or STARTTLS respectively"
],
"NotificationUseAuth": [
false,
"bool",
null,
"If true, SMTP authentication is used to connect to SMTP server"
],
"NotificationLogin": [
"",
"string",
null,
"Username used to authenticate on SMTP server"
],
"NotificationPassword": [
"",
"string",
null,
"Password used to authenticate on SMTP server"
],
"CustomLogoUrl": [
"",
"string",
null,
"Defines URL of logo image used on password reset page"
],
"BottomInfoHtmlText": [
"",
"string",
null,
"Defines bottom text message shown on password reset page"
]
}