Sean P. Quinlan > SQCAS-0.24 > SQCAS::Apache::Login

Download:
SQCAS-0.24.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.2   Source  

NAME ^

SQCAS::Apache::Login -Apache handler for loging in users.

SYNOPSIS ^

  use SQCAS::Apache::Login;
  blah blah blah

ABSTRACT ^

  This should be the abstract for SQCAS::Apache::Login.
  The abstract is used when making PPD (Perl Package Description) files.
  If you don't want an ABSTRACT you should also edit Makefile.PL to
  remove the ABSTRACT_FROM option.

DESCRIPTION ^

Stub documentation for SQCAS::Apache::Login, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited.

Blah blah blah.

EXPORT

None by default.

METHODS ^

handler()

This handler generates the login form. I'd love it to be a little pop-up.

The form action should point to a uri for which SQCAS::Apache::Authenticate is the handler. That handler should redirect to the requested page (or default welcome page otherwise), or return user here.

HISTORY ^

0.01

Original version; created by h2xs 1.22 with options

  -ACX
        -n
        SQCAS::Apache::Login

SEE ALSO ^

Mention other useful documentation such as the documentation of related modules or operating system documentation (such as man pages in UNIX), or any relevant external documentation such as RFCs or standards.

If you have a mailing list set up for your module, mention it here.

If you have a web site set up for your module, mention it here.

AUTHOR ^

Sean Quinlan, <seanq@darwin.bu.edu>

COPYRIGHT AND LICENSE ^

Copyright 2004 by Sean Quinlan, Boston University Trusties

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.