@@ -, +, @@ --- C4/Auth.pm | 2 ++ 1 file changed, 2 insertions(+) --- a/C4/Auth.pm +++ a/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 --