Awesome, thanks! On Tue, Mar 16, 2010 at 2:30 PM, cd34 <[email protected]> wrote:
> in development.ini > > authkit.users.sqlalchemy_04_driver:UsersFromDatabase > authkit.form.authenticate.user.type = > cp.model.ccmauthkit:UsersFromDatabase > authkit.form.authenticate.user.data = cp.model > > in cp.model/__init__.py > > def setup_model(model, metadata, **p): > pass > > and then I overloaded authkit/users/sqlalchemy_04_driver.py > > with my own methods as listed above. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<pylons-discuss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
