Update users.js

Prefix added by mailer service
This commit is contained in:
Wyatt Johnson
2017-10-31 10:00:47 -06:00
committed by GitHub
parent b92b4027b0
commit d20666adb9
+1 -1
View File
@@ -420,7 +420,7 @@ module.exports = class UsersService {
locals: { // specifies the template locals.
body: 'In accordance with The Coral Projects community guidelines, your account has been banned. You are now longer allowed to comment, flag or engage with our community.'
},
subject: '[Talk] Your account has been banned',
subject: 'Your account has been banned',
to: localProfile.id // This only works if the user has registered via e-mail.
// We may want a standard way to access a user's e-mail address in the future
};