Forms preview
This commit is contained in:
parent
97bbac8698
commit
ba996d845d
23 changed files with 206 additions and 99 deletions
|
@ -316,7 +316,7 @@ async function sendPasswordReset(locale, usernameOrEmail) {
|
|||
text: 'users/password-reset-text.hbs',
|
||||
locale,
|
||||
data: {
|
||||
title: tUI('Mailtrain', locale),
|
||||
title: tUI('mailtrain', locale),
|
||||
username: user.username,
|
||||
name: user.name,
|
||||
confirmUrl: getTrustedUrl(`/account/reset/${encodeURIComponent(user.username)}/${encodeURIComponent(resetToken)}`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue