Re: [Zope] HEELLPP - Please !!!

2000-07-11 Thread Mario Premke
I changed the variable name from login to xlogin ... that worked. login seems to be reserved for some reason ... Mario > > Daniel Rusch wrote: > > > > > I think this line: > > > > > where users.user_login= > > > > Should be: > > where users.user_login= <--- no name= > > I'm sure that shou

Re: [Zope] HEELLPP - Please !!!

2000-07-11 Thread Chris Withers
Daniel Rusch wrote: > > > I think this line: > > > where users.user_login= > > Should be: > where users.user_login= <--- no name= I'm sure that shouldn't make a difference Is this another example of DTML being sucky? ;-) Chris ___ Zope mailli

Re: [Zope] HEELLPP - Please !!!

2000-07-11 Thread Daniel Rusch
> I think this line: > where users.user_login= Should be: where users.user_login= <--- no name= DR > Hi, > I have the following ZSQL-Method: > > arguments : login > - > > select user_passwd as real_password > from users > where users.user_login= > > > when I now press "ch

RE: [Zope] HEELLPP - Please !!!

2000-07-10 Thread Andy Dawkins
TECTED]]On Behalf Of Mario Premke Sent: 10 July 2000 13:58 To: [EMAIL PROTECTED] Subject: [Zope] HEELLPP - Please !!! Hi, I have the following ZSQL-Method: arguments : login - select user_passwd as real_password from users where users.user_login= when I now press "

[Zope] HEELLPP - Please !!!

2000-07-10 Thread Mario Premke
Hi, I have the following ZSQL-Method: arguments : login - select user_passwd as real_password from users where users.user_login= when I now press "change and test" and insert a valid login into the Login-field I get: Error, Missing Input: Missing input variable, login