On Wednesday, February 6, 2002, at 09:19 AM, Magnus Lie Hetland wrote: > Hi! > > I just wondered if there is any example code using UserKit anywhere? > I've been fiddling around with the authentication example in the > distribution (SecurePage), but I thought that instead of extending it > to a full-fledged user management system, I should probably use > UserKit...?
I've done a little work with UserKit which you might find useful as a starting place. I modified the SecurePage example to use UserKit to authenticate, and near the bottom of the page I've also commented out the code used to create the user files, and a few other smaller things. You can view the file here: http://www.natael.net/View?filename=SecurePage.py Its all very basic, and right now everything on my site goes under the assumption that if you successfully logged in, then you can do anything you want. UserKit provides the foundation, but you're still going to have to do a lot work work to build an interface. I hope this helps you. - Tim _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss