On Mon, Jan 5, 2009 at 9:15 PM, <[email protected]> wrote: > > I already posted this question but I didn't get any response. > > I am a beginner wih Pylons and Authkit. > I am using Debian unstable and all the packages within Debian for using > Authkit. > I developped a login form and now I want to use Authkit to give users > permission to use the web application. These users are stored in a table, > with the name 'users', in a mysql database.
Please read documentation and archive (http://wiki.pylonshq.com/display/pylonscookbook/Authentication+and+Authorization). There were a lot of discussions on this (some of them almost reached level of religious wars). I personally don't use AuthKit. I have written my own solution that fits your needs and is simple to use: http://trac.sandbox.lt/auth/wiki/AuthFormMiddleware In addition I can answer all your questions that you will have. -- Dalius http://blog.sandbox.lt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
