Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add warning about Cozy Pass data loss on password reset email #3244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions assets/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@ msgstr ""
"You asked to change your password for Cozy Pass. "
"If you didn't initiate this request, please contact us by replying directly to this email."

msgid "Mail Reset Passphrase Warning Cozy Pass"
msgstr ""
"Warning! Your current password is the only way to decode the passwords kept in your app Cozy Pass. "
"If you reset it, you will lose that data. The rest of your data will remain accessible."

msgid "Mail Reset Passphrase Button instruction"
msgstr "Click on the this button to safely change it."

Expand Down
5 changes: 5 additions & 0 deletions assets/locales/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,11 @@ msgstr ""
"Vous avez demandé à changer votre mot de passe Coyz Pass. Si ce n'est pas le"
" cas, contactez-nous en réponse à ce mail."

msgid "Mail Reset Passphrase Warning Cozy Pass"
msgstr ""
"Attention ! Votre mot de passe actuel est l'unique moyen pour accéder aux mots de passe gardés par votre application Cozy Pass. "
"Si vous le réinitialisez, vous perdrez ces données. Le reste de vos données resteront accessibles."

msgid "Mail Reset Passphrase Button instruction"
msgstr "Cliquez sur ce bouton pour le changer en toute sécurité."

Expand Down
3 changes: 3 additions & 0 deletions assets/mails/passphrase_reset.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<mj-text mj-class="content-medium">
{{t "Mail Reset Passphrase Button instruction"}}
</mj-text>
<mj-text mj-class="content-medium">
{{t "Mail Reset Passphrase Warning Cozy Pass"}}
</mj-text>
<mj-button href="{{.PassphraseResetLink}}" align="left" mj-class="primary-button content-medium">
{{t "Mail Reset Passphrase Button text"}}
</mj-button>
Expand Down
2 changes: 2 additions & 0 deletions assets/mails/passphrase_reset.text
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
{{t "Mail Reset Passphrase Intro 2"}}
{{end}}

{{t "Mail Reset Passphrase Warning Cozy Pass"}}

{{t "Mail Reset Passphrase Button instruction"}}
{{.PassphraseResetLink}}

Expand Down