From 08266454cddc35b6ee1ee7e5a0e07d67175abc9f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 29 Jul 2021 11:29:25 +0200 Subject: [PATCH] Bug 28785: Add missing POD for check_cookie_auth --- C4/Auth.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index bdba96a1901..e786d8af167 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1432,6 +1432,8 @@ Possible return values in C<$status> are: =item "expired -- session cookie has expired; API user should resubmit userid and password +=item "restricted" -- The IP has changed (if SessionRestrictionByIP) + =back =cut -- 2.20.1