diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php index 4b7a18807b..78291c789d 100644 --- a/phpBB/admin/admin_board.php +++ b/phpBB/admin/admin_board.php @@ -166,6 +166,8 @@ $template->assign_vars(array( "SMTP_YES" => $smtp_yes, "SMTP_NO" => $smtp_no, "SMTP_HOST" => $new['smtp_host'], + "SMTP_USERNAME" => $new['smtp_username'], + "SMTP_PASSWORD" => $new['smtp_password'], "COPPA_MAIL" => $new['coppa_mail'], "COPPA_FAX" => $new['coppa_fax']) ); diff --git a/phpBB/templates/subSilver/admin/board_config_body.tpl b/phpBB/templates/subSilver/admin/board_config_body.tpl index 1663d27a08..2116e46aa2 100644 --- a/phpBB/templates/subSilver/admin/board_config_body.tpl +++ b/phpBB/templates/subSilver/admin/board_config_body.tpl @@ -131,6 +131,18 @@ Avatar Gallery Path
Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery + + COPPA Settings + + + COPPA Fax Number + + + + COPPA Mailing Address
This is the mailing address where parents will send COPPA registration forms + + + Email Settings @@ -150,6 +162,15 @@ SMTP Server + + SMTP Username + + + + SMTP Password + + + {S_HIDDEN_FIELDS}