Query: jifty::plugin::user::mixin::model::user
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Jifty::Plugin::User::Mixin::Model::User(3pm) User Contributed Perl Documentation Jifty::Plugin::User::Mixin::Model::User(3pm)NAMEJifty::Plugin::User::Mixin::Model::User - user model base mixinSYNOPSISpackage 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;DESCRIPTIONThis 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.SCHEMAThis 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.METHODSset_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 ALSOJifty::Plugin::Authentication::Password, Jifty::Plugin::Authentication::Password::Mixin::Model::UserLICENSEJifty 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)
Similar Topics in the Unix Linux Community |
---|
String copy in C language |
Zip an excel file and email using script. |
create a new file from data file from a column |
Model old user for new user |
Adding 'from' email address alias in Linux. |