Re: [Zope] GUF and userList problems

2000-05-26 Thread Stuart 'Zen' Bishop
On Wed, 24 May 2000, Mabe, Brad wrote: > I am having problems with GUF authentication after including a call to a sql > method from within the GUF supplied userList method. I have GUF installed > correctly, and able to authenticate from a static list of users I created in > the userList method.

Re: [Zope] GUF and userList problems

2000-05-25 Thread Michal Bukovjan
That should work. You could try either to return the query object directly (in comments they say it is possible), and make sure that there are no spaces in the string returned from database. I was solving similar problem with PostgreSQL, when the username field was defined as CHAR(20), it always r