You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3185,7 +3220,7 @@ async function handleChangeEmail(e) {
3185
3220
});
3186
3221
$('#acc-new-email').value='';
3187
3222
$('#acc-email-pw').value='';
3188
-
showToast('Confirmation link sent to your current email','success');
3223
+
showModal('Check your email','A confirmation link has been sent to your current email address. Click the link to proceed with the email change. The link expires in 30 minutes.','Got it');
Copy file name to clipboardExpand all lines: services/email.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ export function getEmailChangeLinkHtml(username, verifyUrl, newEmail) {
192
192
</tr>
193
193
<tr>
194
194
<td style="padding-bottom:24px;">
195
-
<p style="margin:0;font-size:15px;line-height:1.6;color:#a0a0b8;">Hi ${username}, you requested to change your email to <strong style="color:#ffffff;">${newEmail}</strong>. Click the button below to confirm. This link expires in 1 hour.</p>
195
+
<p style="margin:0;font-size:15px;line-height:1.6;color:#a0a0b8;">Hi ${username}, you requested to change your email to <strong style="color:#ffffff;">${newEmail}</strong>. Click the button below to confirm. This link expires in 30 minutes.</p>
196
196
</td>
197
197
</tr>
198
198
<tr>
@@ -231,7 +231,7 @@ export function getEmailChangeLinkHtml(username, verifyUrl, newEmail) {
Hi ${username}, you requested to change your email to ${newEmail}. Click the link below to confirm. This link expires in 1 hour.
234
+
Hi ${username}, you requested to change your email to ${newEmail}. Click the link below to confirm. This link expires in 30 minutes.
235
235
236
236
${verifyUrl}
237
237
@@ -277,7 +277,7 @@ export function getEmailChangeCodeHtml(username, code) {
277
277
</tr>
278
278
<tr>
279
279
<td style="padding-bottom:24px;">
280
-
<p style="margin:0;font-size:15px;line-height:1.6;color:#a0a0b8;">Hi ${username}, here is your verification code to confirm your new email address. This code expires in 10 minutes.</p>
280
+
<p style="margin:0;font-size:15px;line-height:1.6;color:#a0a0b8;">Hi ${username}, here is your verification code to confirm your new email address. This code expires in 30 minutes.</p>
281
281
</td>
282
282
</tr>
283
283
<tr>
@@ -309,7 +309,7 @@ export function getEmailChangeCodeHtml(username, code) {
0 commit comments