From 442ef142fc4bd7c430d8a1314535f03576f616f6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 24 Apr 2022 12:23:44 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (#4) --- start/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'start/events.js') diff --git a/start/events.js b/start/events.js index 481ad98..a99afd5 100644 --- a/start/events.js +++ b/start/events.js @@ -5,7 +5,7 @@ const Env = use('Env'); Event.on('forgot::password', async ({ user, token }) => { const body = ` Hello ${user.username}, -we received a request to reset your Ferdi account password. +we received a request to reset your Ferdium account password. Use the link below to reset your password. If you didn't requested that your password be reset, please ignore this message. ${Env.get('APP_URL')}/user/reset?token=${encodeURIComponent(token)} @@ -15,7 +15,7 @@ This message was sent automatically. Please do not reply. console.log('Sending message', body); try { await Mail.raw(body, (message) => { - message.subject('[Ferdi] Reset your password'); + message.subject('[Ferdium] Reset your password'); message.from(Env.get('MAIL_SENDER')); message.to(user.email); }); -- cgit v1.2.3-70-g09d2