=== modified file 'panels/user-accounts/um-history-dialog.c'
--- panels/user-accounts/um-history-dialog.c	2014-04-04 13:44:16 +0000
+++ panels/user-accounts/um-history-dialog.c	2016-08-17 10:25:15 +0000
@@ -249,8 +249,10 @@
                         break;
                 }
 
-                /* Display only x-session records */
-                if (!g_str_has_prefix (history.type, ":")) {
+                /* Display only x-session and tty records */
+                if (!g_str_has_prefix (history.type, ":") &&
+                    !g_str_has_prefix (history.type, "tty")&&
+                    !g_str_has_prefix (history.type, "pts")) {
                         continue;
                 }
 

