Removed useless "Subject:" from email templates (#993)

* Removed useless "Subject:" from email templates

* Updated

* Updated
This commit is contained in:
Roman Kelesidis 2023-10-26 15:53:48 +07:00 committed by GitHub
commit 3f835e30e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 14 additions and 41 deletions

View file

@ -55,7 +55,6 @@ if (isset($_POST['submit'])) {
$emailer->set_template('user_activate_passwd', $row['user_lang']);
$emailer->assign_vars([
'SITENAME' => $bb_cfg['sitename'],
'USERNAME' => $username,
'PASSWORD' => $user_password,
'U_ACTIVATE' => make_url('profile.php?mode=activate&' . POST_USERS_URL . '=' . $user_id . '&act_key=' . $user_actkey)