This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
6145fdf678
zulip
/
templates
/
zerver
/
emails
/
password_reset.subject.txt
2 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
emails: Update text for password_reset. Note that a pretty common use case for this is a realm admin sending this to everyone after an import from HipChat or Slack. So this adds the realm_name to the title (so that there is something they might recognize) and kept the wording generic enough to accommodate the user not having clicked anything to get this email. Also strengthens the tests a bit to better test the complicated template logic.
2018-12-20 09:44:18 +01:00
{% trans %}Password reset request for {{ realm_name }}{% endtrans %}