diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-09-02 21:55:39 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-02 21:56:25 +0200 |
commit | fbd587a62dc1d84e4ebf3917ecdb86270ea8a48d (patch) | |
tree | ea34089b7c3770674c79e47fb98e6809c38da279 /application/views | |
parent | bb176a8782d8343d72a298d6ab28431886c7196b (diff) |
Display domain of email address when resetting password
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/user/reset_password_link_sent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/user/reset_password_link_sent.php b/application/views/user/reset_password_link_sent.php index 7734d9c81..a5b249f89 100644 --- a/application/views/user/reset_password_link_sent.php +++ b/application/views/user/reset_password_link_sent.php @@ -1,3 +1,3 @@ <p> - A mail containing your password reset link has been sent to "<?php echo htmlentities($email); ?>". + A mail containing your password reset link has been sent to your email address at <?php echo htmlentities($email_domain); ?>. </p> |