Author: Nicholas Bamber <nicholas@periapt.co.uk>
Subject: issues in pod
Last-Update: 2010-12-01
Forwarded: not-needed
--- a/lib/CGI/Application/Plugin/Authentication.pm
+++ b/lib/CGI/Application/Plugin/Authentication.pm
@@ -383,7 +383,7 @@
following suffixes (m h d w), which represent minutes, hours, days and weeks. The default
is 0 which means the login will never timeout.
-Note that the login is also dependant on the type of STORE that is used. If the Session store is used,
+Note that the login is also dependent on the type of STORE that is used. If the Session store is used,
and the session expires, then the login will also automatically expire. The same goes for the Cookie
store.
@@ -991,7 +991,7 @@
This method will return the number of failed login attempts have been made by this
user since the last successful login. This is not a number that can be trusted,
-as it is dependant on the underlying store to be able to return the correct value for
+as it is dependent on the underlying store to be able to return the correct value for
this user. For example, if the store uses a cookie based session, the user trying
to login could delete their cookies, and hence get a new session which will not have
any login attempts listed. The number will be cleared upon a successful login.
--- a/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
+++ b/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
@@ -106,6 +106,10 @@
return $html;
}
+=head1 NAME
+
+CGI::Application::Plugin::Authentication::Display::Basic - XHTML compliant login box
+
=head1 DESCRIPTION
This module provides a login box that works out of the box but which can be
--- a/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm
+++ b/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm
@@ -305,6 +305,10 @@
END
}
+=head1 NAME
+
+CGI::Application::Plugin::Authentication::Display::Classic - login form that works out of the box
+
=head1 DESCRIPTION
This module provides a login box that works out of the box but which can be