Man Page: jifty::plugin::authentication::bitcard::mixin::model::user
Operating Environment: debian
Section: 3pm
Jifty::Plugin::Authentication::Bitcard::Mixin::Model::UsUserpContributed Perl DocumJifty::Plugin::Authentication::Bitcard::Mixin::Model::User(3pm)NAMEJifty::Plugin::Authentication::Bitcard::Mixin::Model::User - Bitcard plugin user mixin modelSYNOPSISpackage MyApp::Model::User; use Jifty::DBI::Schema; use MyApp::Record schema { # custom column definitions }; # name, email, bitcard_username, bitcard_id use Jifty::Plugin::Authentication::Bitcard::Mixin::Model::User;DESCRIPTIONThis mixin model is added to the application's account model for use with the Bitcard authentication plugin.SCHEMAThis mixin adds the following columns to the model schema: bitcard_id The unique user id of the Bitcard user on your site. It's a 128bit number as a 40 byte hex value. bitcard_username The unique username of the Bitcard user. name This is the username/nickname for the user of the account. email This is the email address of the account as returned by Bitcard.SEE ALSOJifty::Plugin::Authentication::BitcardLICENSECopyright 2008 Jacob Helwig. Distributed under the same terms as Perl itself. perl v5.10.0 2009-01-01 Jifty::Plugin::Authentication::Bitcard::Mixin::Model::User(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |