diff --git a/servers/puppet/modules/humbug/files/nagios_plugins/check_user_zephyr_mirror_liveness b/servers/puppet/modules/humbug/files/nagios_plugins/check_user_zephyr_mirror_liveness index 2a51a5cf3c..a4b32bb18f 100755 --- a/servers/puppet/modules/humbug/files/nagios_plugins/check_user_zephyr_mirror_liveness +++ b/servers/puppet/modules/humbug/files/nagios_plugins/check_user_zephyr_mirror_liveness @@ -28,7 +28,7 @@ def report(state, short_msg, too_old=None): too_old_data = "" if too_old: too_old_data = "\nLast call to get_message for recently out of date mirrors:\n" + "\n".join( - ["%16s: %s" % (user.user_profile.user.email, + ["%16s: %s" % (user.user_profile.email, user.last_visit.strftime("%Y-%m-%d %H:%M %Z") ) for user in too_old] ) diff --git a/templates/confirmation/invite_email_body.txt b/templates/confirmation/invite_email_body.txt index 2079a377fe..cdee1e9787 100644 --- a/templates/confirmation/invite_email_body.txt +++ b/templates/confirmation/invite_email_body.txt @@ -1,6 +1,6 @@ Hi there, -{{ referrer.full_name }} ({{ referrer.user.email }}) wants you to join them on Humbug -- the group communication tool you've always wished you had at work. +{{ referrer.full_name }} ({{ referrer.email }}) wants you to join them on Humbug -- the group communication tool you've always wished you had at work. To get started, visit the link below: <{{ activate_url }}> diff --git a/templates/zephyr/left-sidebar.html b/templates/zephyr/left-sidebar.html index b3af810e4e..c9aab52bde 100644 --- a/templates/zephyr/left-sidebar.html +++ b/templates/zephyr/left-sidebar.html @@ -6,7 +6,7 @@ src="https://secure.gravatar.com/avatar/{{ email_hash }}?d=identicon&s=60" /> {{ user_profile.full_name }}
- {{ user_profile.user.email }} + {{ user_profile.email }}
diff --git a/templates/zephyr/navbar.html b/templates/zephyr/navbar.html index a37e17c2b5..c6c131d910 100644 --- a/templates/zephyr/navbar.html +++ b/templates/zephyr/navbar.html @@ -7,7 +7,7 @@