-
-
17 Dec 2015 02:49:35 UTC
- Distribution: Rubric
- Module version: 0.156
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (397 / 12 / 0)
- Kwalitee
Bus factor: 1- 77.46% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (75.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- App::Cmd
- App::Cmd::Command
- App::Cmd::Command::commands
- CGI::Application
- CGI::Carp
- CGI::Cookie
- Carp
- Class::Accessor
- Class::DBI
- Class::DBI::AbstractSearch
- Class::DBI::utf8
- Crypt::CBC
- Crypt::Rijndael
- DBI
- Date::Span
- DateTime
- Digest::MD5
- Email::Address
- Email::Sender::Simple
- Encode
- File::ShareDir
- File::Spec
- HTML::CalendarMonth
- HTML::TagCloud
- HTML::Widget::Factory
- JSON
- LWP::Simple
- MIME::Base64
- Scalar::Util
- String::TagString
- String::Truncate
- Sub::Exporter
- Template
- Template::Filters
- Template::Plugin::Class
- Time::Piece
- YAML::XS
- base
- parent
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Rubric::WebApp::Login::Post - process web login from query parameters
VERSION
version 0.156
DESCRIPTION
This module checks the submitted query for information needed to confirm that a user is logged into the Rubric.
METHODS
get_login_username
This checks for the username in a current login request. First it checks whether there is a
current_user
value in this session. If not, it looks for auser
query parameter.authenticate_login($webapp, $user)
This returns true if the username came from the session. Otherwise, it checks for a
password
query parameter and compares its md5sum against the user's stored password md5sum.set_current_user($webapp, $user)
This method sets the current user in the session and then calls the superclass
set_current_user
.AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Rubric, copy and paste the appropriate command in to your terminal.
cpanm Rubric
perl -MCPAN -e shell install Rubric
For more information on module installation, please visit the detailed CPAN module installation guide.