~roadmr/canonical-identity-provider/suspend-admin-action

« back to all changes in this revision

Viewing changes to src/identityprovider/templates/email/password-changed.txt

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Daniel Manrique
  • Date: 2018-04-04 19:45:47 UTC
  • mfrom: (1613.2.5 mail-on-pwd-change)
  • Revision ID: otto-copilot@canonical.com-20180404194547-r9pt5v0xkijs3clz
Send e-mail when user changes their password.

This is controlled by a gargoyle switch in case it misbehaves.

Merged from https://code.launchpad.net/~roadmr/canonical-identity-provider/mail-on-pwd-change/+merge/342474

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% load i18n %}{% load static_url %}{% blocktrans %}Hello {{ display_name }}!{% endblocktrans %}
 
2
 
 
3
{% blocktrans %}This is a confirmation that your Ubuntu One password has been changed successfully.{% endblocktrans %}
 
4
 
 
5
{% blocktrans %}If you requested the password change, there is no further action needed, and your new Ubuntu One password is active immediately.{% endblocktrans %}
 
6
 
 
7
{% blocktrans %}If you have any questions or did not request an Ubuntu One password change, please contact us at:{% endblocktrans %}
 
8
 
 
9
{{ "support_form"|static_url }}
 
10
 
 
11
{% include "email/thank_you.txt" %}