r65767 - in /trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin: Authentication.pm Authentication/Display/Basic.pm Authentication/Display/Classic.pm
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Sat Dec 11 22:42:44 UTC 2010
Author: periapt-guest
Date: Sat Dec 11 22:42:38 2010
New Revision: 65767
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65767
Log:
unroling patch
Modified:
trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm
trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm
Modified: trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm?rev=65767&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm (original)
+++ trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm Sat Dec 11 22:42:38 2010
@@ -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 dependent on the type of STORE that is used. If the Session store is used,
+Note that the login is also dependant 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 dependent on the underlying store to be able to return the correct value for
+as it is dependant 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.
Modified: trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm?rev=65767&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm (original)
+++ trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm Sat Dec 11 22:42:38 2010
@@ -106,10 +106,6 @@
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
Modified: trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm?rev=65767&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm (original)
+++ trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm Sat Dec 11 22:42:38 2010
@@ -305,10 +305,6 @@
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
More information about the Pkg-perl-cvs-commits
mailing list