diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml
index b22f291f9..018414ee2 100644
--- a/app/views/my/account.rhtml
+++ b/app/views/my/account.rhtml
@@ -1,5 +1,6 @@
<%= link_to(l(:button_change_password), :action => 'password') unless @user.auth_source_id %>
+<%= call_hook(:view_my_account_contextual, :user => @user)%>
<%=l(:label_my_account)%>
<%= error_messages_for 'user' %>