October CMS v3.7.11 Component ResetPassword `$sTemplateName = Settings::getValue('restore_password_mail_template', 'lovata.buddies::mail.restore');` return empty value. change to `$sTemplateName = Settings::getValue('lovata.buddies::mail.restore', 'lovata.buddies::mail.restore');` and this work