I think this line:
where users.user_login=<dtml-sqlvar name=login type=string>
Should be: where users.user_login=<dtml-sqlvar login type=string> <--- no name= DR
Hi, I have the following ZSQL-Method:
arguments : login ---------------------
select user_passwd as real_password from users where users.user_login=<dtml-sqlvar name=login type=string>
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
The database works just fine as do other ZSQL-Methods ...
Thanks, Mario
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )