[Webware-discuss] UserKit

2006-04-21 Thread marcelo schiavone
Hi Does someone know where I can find UserKit's tutorial? Is it possible to use UserKit with SQLObject? Thank you Regards --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

[Webware-discuss] userkit problem

2004-12-16 Thread kuba
hi. webware cvs, dated 8th Dec 2004, python 2.3.3 consider following code: store = MySQLObjectStore(user=logic.DatabaseConfiguration.user, passwd=logic.DatabaseConfiguration.password) store.readModelFileNamed('/home/kuba/tiebreak/devel/tiebreak/trunk/logic/Tiebreak') # relative path d

Re: [Webware-discuss] userkit problem

2004-12-16 Thread Matt Feifarek
Hello Jakub. I'm not able to answer your question (I don't use UserKit). I'm just writing because I don't think that anyone else uses UserKit either. It's sortof dead code in webware. If you've found it useful, that's great, but you may have trouble finding help. It DOES seem like this may be a m

Re: [Webware-discuss] UserKit development? Toronto developers?

2003-09-30 Thread Ian Bicking
On Wednesday, October 1, 2003, at 12:24 AM, Victor Ng wrote: Is UserKit being actively maintained or should I consider just rolling my own security/login system for WebWare? What are the rest of you Webware folks using for security? I would recommend rolling your own, it's what I generally do. T

[Webware-discuss] UserKit development? Toronto developers?

2003-09-30 Thread Victor Ng
Is UserKit being actively maintained or should I consider just rolling my own security/login system for WebWare? What are the rest of you Webware folks using for security? Are there any other Python/Webware developers around Toronto or Kitchener/Waterloo/Guelph? vic

Re: [Webware-discuss] UserKit error

2002-10-24 Thread Frank Barknecht
Hi, I could solve my problem now. It was: Frank Barknecht hat gesagt: // Frank Barknecht wrote: > But if I try to create another user, this fails with: > > > File "/dos/ibm/hdc18/f/src/python/webware/workdir/thehood/Main.py", line 71, in >Create > newUser = self.hood.add(name, pa

[Webware-discuss] UserKit error

2002-10-23 Thread Frank Barknecht
Hi all, I'm trying to get a simple UserKit user management to work, but I have a bit of a problem with this. It might be my missing understanding of how UserKit is supposed to work, but nevertheless: In my the incomplete draft of the user management, only the "Create" _action_ of a WebKit page i

[Webware-discuss] UserKit error

2002-10-22 Thread Frank Barknecht
Hi all, I'm trying to get a simple UserKit user management to work, but I have a bit of a problem with this. It might be my missing understanding of how UserKit is supposed to work, but nevertheless: In my the incomplete draft of the user management, only the "Create" _action_ of a WebKit page i

[Webware-discuss] UserKit?

2002-09-26 Thread Tim Roberts
I apologize for asking a question that I could answer myself with a few more hours of study... I need to do some rudimentary username/password checking on a Webware site. I would like to have two or three classes of users with different authorizations. I believe that UserKit can help me achie

Re: [Webware-discuss] UserKit / WebwareUserManager status

2002-05-20 Thread Aaron Held
> Easy, but that doesn't go too far, and then you end up > with everyone rolling there own not-very-elegant > ones. It would be nice to have a more extensive > setup to subclass and take out what you don't need. > There are lots of issues regarding ACL's and resources, > hierarchical user manageme

Re: [Webware-discuss] UserKit / WebwareUserManager status

2002-05-20 Thread Bill Eldridge
Aaron Held wrote: > This is one of those 'is this project active' emails that is not meant to uspet the > developers working on the project. > > > What is the status of User Authentication in webware? There is UserKit and there is >the > wiki WebwareUserManager and UserHandlingProj. > >

[Webware-discuss] UserKit / WebwareUserManager status

2002-05-20 Thread Aaron Held
This is one of those 'is this project active' emails that is not meant to uspet the developers working on the project. What is the status of User Authentication in webware? There is UserKit and there is the wiki WebwareUserManager and UserHandlingProj. I personally think that problem is

Re: [Webware-discuss] UserKit example code?

2002-02-06 Thread Tim Payne
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

Re: [Webware-discuss] UserKit example code?

2002-02-06 Thread Ian Bicking
On Wed, 2002-02-06 at 08:19, 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

[Webware-discuss] UserKit example code?

2002-02-06 Thread Magnus Lie Hetland
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...? -- Magnus Li

Re: [Webware-discuss] UserKit Questions

2002-01-12 Thread Frank Barknecht
I wrote: > --- test-foo.py --- > from foo import * > bar = _foo() that above was meant to be "bar = foo()", of course... -- Frank Barknecht ___ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discu

Re: [Webware-discuss] UserKit Questions

2002-01-12 Thread Frank Barknecht
Tim Payne hat gesagt: // Tim Payne wrote: > I was also wondering why so many of the variables are named like _name > or _password? I've seen this sort of naming convention a lot in python, > but I'm unsure of what cases this is used in. These are a kind of "private" variables. Names starting w

[Webware-discuss] UserKit Questions

2002-01-11 Thread Tim Payne
I've been working with UserKit this week and I have a few questions maybe one of you could help me with. 1) What is the externalId that can be used to reference clients? 2) How can I keep the the user object in memory between pages? My plan is to optionally authenticate users, and display d

Re: [Webware-discuss] UserKit

2001-12-19 Thread Ian Bicking
On Wed, 2001-12-19 at 17:22, Luke Opperman wrote: > Altogether, sort of a first-run at what UserKit seems to be > trying to be. I've read the Wiki stuff on UserHandling, > just curious I should base a rewrite of our system off of > SecurePage, or if UserKit is functional enough. I don't > care whe

[Webware-discuss] UserKit

2001-12-19 Thread Luke Opperman
Hello all - Today I'm giddy to say that I have officially begun a migration from Coldfusion to Webware for future development at our company. We'll be running on W2000/IIS for a while, with two database options, Access and PostgreSQL. (Most likely both accessed through ADO/ODBC.) Webkit (CGI) is