I would like to make similar authentication of users to the site of the Zope.Org.: http://www.zope.org/login.html He would not like to use the screen of management of the Zope. He will be that somebody could help? ex. DTML Method: <form action="<!--#var SCRIPT_NAME-->/logged_in.html" method="POST"> <table> <tr> <td align="left" valign="top"> <strong>Name</strong> </td> <td align="left" valign="top"> <input type="TEXT" name="__ac_name" size="20" value="<!--#var "REQUEST.get('__ac_name', '')"-->"> </td> </tr> <tr> <td align="left" valign="top"> <strong>Password</strong> </td> <td align="left" valign="top"> <input type="PASSWORD" name="__ac_password" size="20"> </td> </tr> <tr valign="top" align="left"> <td><dtml-if came_from><input type="hidden" name="came_from" value="&dtml-came_from;"></dtml-if></td> <td><input type="checkbox" name="__ac_persistent" value="1" checked> Remember my name. </td></tr> <tr> <td align="left" valign="top"> </td> <td align="left" valign="top"> <input type="submit" name="submit" value=" Login "> </td> </tr> </table> </form> How to test if the user is validates? If it will be, as to legalize the same in the Zope? -- --------------------------------------- DOUGLAS DANIEL DEL FRARI Graduando em Informática - (UNIJUÍ/RS) mailto:gaucho@detec.unijui.tche.br http://www.tchezope.cjb.net ---------------------------------------
participants (1)
-
Douglas Daniel Del Frari