Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jifty::plugin::authentication::bitcard(3pm) [debian man page]

Jifty::Plugin::Authentication::Bitcard(3pm)		User Contributed Perl Documentation	       Jifty::Plugin::Authentication::Bitcard(3pm)

NAME
Jifty::Plugin::Authentication::Bitcard - Bitcard authentication plugin DESCRIPTION
CAUTION: This plugin has not thuroughly been tested in the wild. This plugin replaces Jifty::Plugin::User, and Jifty::Plugin::Authentication::Password, since Bitcard handles all the heavy lifting for us. User logins are handled through Bitcard. CONFIGURATION You will need the following in your site_config.yml: Plugins: - Authentication::Bitcard: site_token: [Your site token here] METHODS init Initialize the plugin. api Return an Authen::Bitcard object setup with the token, and Bitcard url. SUPPORT
Mailing list: jifty-plugin-authen-bitcard@lists.technosorcery.net http://lists.technosorcery.net/listinfo.cgi/jifty-plugin-authen-bitcard-technosorcery.net/ BUGS
No known bugs (yet). Please report all bugs to bug-Jifty-Plugin-Authentication-Bitcard@rt.cpan.org SEE ALSO
Jifty::Manual::AccessControl, Jifty::Plugin::Authentication::Bitcard::Mixin::Model::User AUTHOR
Jacob Helwig CPAN ID: JHELWIG jacob@technosorcery.net http://technosorcery.net/ COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.10.0 2009-01-01 Jifty::Plugin::Authentication::Bitcard(3pm)

Check Out this Related Man Page

Jifty::Plugin::User::Mixin::Model::User(3pm)		User Contributed Perl Documentation	      Jifty::Plugin::User::Mixin::Model::User(3pm)

NAME
Jifty::Plugin::User::Mixin::Model::User - user model base mixin SYNOPSIS
package MyApp::Model::User; use Jifty::DBI::Schema; use MyApp::Record schema { # column definitions }; # Import columns: name, email and email_confirmed use Jifty::Plugin::User::Mixin::Model::User; DESCRIPTION
This mixin may be added to a model to give your user accounts a name and an email address. This module may be used as the basic building block for building account models in your application. It can be combined with mixins from an authentication plugin to create an object suitable for a given authentication mechanism. SCHEMA
This mixin model adds the following columns to the model. name This is the username/nickname for the user of the account. email This is the email address of the account. It is intended as a bare minimum confirmation of identity and for communication of password resets and other account information. email_confirmed This is a flag indicating whether the user has confirmed ownership of the given email address. METHODS
set_email ADDRESS Whenever a user's email is set to a new value, we need to make sure they reconfirm it. validate_email Makes sure that the email address looks like an email address and is not taken. SEE ALSO
Jifty::Plugin::Authentication::Password, Jifty::Plugin::Authentication::Password::Mixin::Model::User LICENSE
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. perl v5.14.2 2010-12-10 Jifty::Plugin::User::Mixin::Model::User(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Password Authentication

(1 Reply)
Discussion started by: juan_o_morillo
1 Replies

2. Solaris

Manipulating File

Help...please. I have a log that contains Warning Authentication Failed: User GHDT88998HS doesn't exit: The User GHDT88998HS could not be found Mar 22, 2008 5:22:22AM com.hometel.ttm.auth.userlogin. about maybe a thousand entries failed user acct message How can I grab just the username... (2 Replies)
Discussion started by: rivendell500
2 Replies

3. UNIX for Advanced & Expert Users

Hostbased Authentication

How to setup a host based Authentication for a server and a client,or for a server and more clients? Can someone help me in this please....... (9 Replies)
Discussion started by: Kesavan
9 Replies