Added config variables to support emails

* support
* user spam processor results

Change-Id: I27d34b40c1bf04e64340bc245da0f27517a319f3
Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
smarcet 2020-03-25 11:20:17 -03:00
parent 954b03a75f
commit a4d88dc494
2 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,8 @@ class openstackid (
$queue_conn = 'openstackid',
$mail_from_email = 'no-reply@openstack.org',
$mail_from_name = 'no-reply@openstack.org',
$support_email = 'support@openstack.org',
$user_spam_processor_to = '',
) {
# php5 packages needed for openid server

View File

@ -69,3 +69,6 @@ RECAPTCHA_TEMPLATE="<%= @id_recaptcha_template %>"
MAIL_FROM_EMAIL="<%= @mail_from_email %>"
MAIL_FROM_NAME="<%= @mail_from_name %>"
SUPPORT_EMAIL="<%= @support_email %>"
USER_SPAM_PROCESSOR_TO="<%= @user_spam_processor_to %>"