recovery_pass.settings.yml in Recovery Password (Email New Password) 8
config/install/recovery_pass.settings.yml
4 string references to 'recovery_pass.settings'
- RecoveryPassSettingsForm::buildForm in src/
RecoveryPassSettingsForm.php - Form constructor.
- RecoveryPassSettingsForm::getEditableConfigNames in src/
RecoveryPassSettingsForm.php - Gets the configuration names that will be editable.
- RecoveryPassSettingsForm::submitForm in src/
RecoveryPassSettingsForm.php - Form submission handler.
- recovery_pass_forgot_password_submit in ./
recovery_pass.module - Custom submit handler to send password in recovery mail.
File
config/install/recovery_pass.settings.ymlView source
- old_pass_show: true
- fpass_redirect: user
- expiry_period: 1
- email_subject: "Replacement login information for [user:name] at [site:name]"
- email_body: "[user:name], \n\nA request to reset the password for your account has been made at [site:name]. \nYour new password is [user_new_password].\n\n- [site:name] team"
- old_pass_warning: "You are using old password, your password was reset recently. New Password was sent to your registered email id."