diff --git a/src/Admin/Views/Users/_ViewInformation.cshtml b/src/Admin/Views/Users/_ViewInformation.cshtml
index 67cb8eba98..72f84d3ce1 100644
--- a/src/Admin/Views/Users/_ViewInformation.cshtml
+++ b/src/Admin/Views/Users/_ViewInformation.cshtml
@@ -27,4 +27,17 @@
Modified
@Model.User.RevisionDate.ToString()
+
+ Last Email Address Change
+ @(Model.User.LastEmailChangeDate.ToString() ?? "-")
+
+ Last KDF Change
+ @(Model.User.LastKdfChangeDate.ToString() ?? "-")
+
+ Last Key Rotation
+ @(Model.User.LastKeyRotationDate.ToString() ?? "-")
+
+ Last Password Change
+ @(Model.User.LastPasswordChangeDate.ToString() ?? "-")
+