summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daemon/gdm-session-worker.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/gdm-session-worker.c b/daemon/gdm-session-worker.c
index 36c3e5df..8d9aca78 100644
--- a/daemon/gdm-session-worker.c
+++ b/daemon/gdm-session-worker.c
@@ -757,6 +757,9 @@ get_friendly_error_message (int error_code)
return _("Your account was given a time limit that’s now passed.");
break;
+ case PAM_MAXTRIES:
+ return _("You reached the maximum authentication attempts, please try another method");
+
default:
break;
}