[jifty-devel] Authentication::Password instructions in Manual::AccessControl not producing users table in db

Matthew Lenz matthew at nocturnal.org
Sun Jul 1 21:25:55 EDT 2007


On Mon, 2007-07-02 at 01:13 +0100, Chia-liang Kao wrote:
> 於 日,2007-07-01 於 18:13 -0500,Matthew Lenz 提到:
> > Following instructions in the trunk version of Manual::AccessControl
> > which details the use of the Authentication::Password plugin.  No errors
> > are returned upon schema --setup but looking in the db there is no users
> > table (and the interface confirms the problem when attempting to sign
> > up).
> > 
> > I assume that additional columns are not a requirement in the
> > *::Model::User when attempting to use this plugin?
> 
> You probably want to use Jifty::Plugin::User::Mixin::Model::User from
> your user model.
> 
> Cheers,
> CLK

Yeah I already have:

use Jifty::Plugin::User::Mixin::Model::User;
use Jifty::Plugin::Authentication::Password::Mixin::Model::User;

Per the instructions in Manual::AccessControl

> 
> _______________________________________________
> jifty-devel mailing list
> jifty-devel at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel



More information about the jifty-devel mailing list