can someone tell the best way to do authenctication via dbforms.
For ex, user enters username and password, the search for username is done via 'searchFieldsNames' and i need to find out the corresponding password and compare with the enetered.
Can you help me, which tags i might use, or maybe there is a way to specify rowNumber to searcgFieldNames in?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is outside the scope of dbforms. We do not have a general way for this.
You must find your own solution.
Have a look at tomcat internal methods or standard sql tag library.
Or write your own tags!
Henner
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
can someone tell the best way to do authenctication via dbforms.
For ex, user enters username and password, the search for username is done via 'searchFieldsNames' and i need to find out the corresponding password and compare with the enetered.
Can you help me, which tags i might use, or maybe there is a way to specify rowNumber to searcgFieldNames in?
Thank you
This is outside the scope of dbforms. We do not have a general way for this.
You must find your own solution.
Have a look at tomcat internal methods or standard sql tag library.
Or write your own tags!
Henner