[Zope] User autentication - Help-me!!!

Douglas Daniel Del Frari gaucho@detec.unijui.tche.br
Wed, 11 Jul 2001 22:27:35 +0100


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=3D"<!--#var SCRIPT_NAME-->/logged_in.html"  method=3D"POST">
                     <table>
                     <tr>
                       <td align=3D"left" valign=3D"top">
                       <strong>Name</strong>
                       </td>
                       <td align=3D"left" valign=3D"top">
                       <input type=3D"TEXT" name=3D"__ac_name" size=3D"20=
"
                        value=3D"<!--#var "REQUEST.get('__ac_name',
'')"-->">
                       </td>
                     </tr>
                     <tr>
                       <td align=3D"left" valign=3D"top">
                       <strong>Password</strong>
                       </td>
                       <td align=3D"left" valign=3D"top">
                       <input type=3D"PASSWORD" name=3D"__ac_password"
size=3D"20">
                       </td>
                     </tr>
                     <tr valign=3D"top" align=3D"left">
                     <td><dtml-if came_from><input type=3D"hidden"
name=3D"came_from" value=3D"&dtml-came_from;"></dtml-if></td>
                     <td><input type=3D"checkbox" name=3D"__ac_persistent=
"
value=3D"1" checked>
                     Remember my name.
                     </td></tr>

                     <tr>
                       <td align=3D"left" valign=3D"top">
                       </td>
                       <td align=3D"left" valign=3D"top">
                       <input type=3D"submit" name=3D"submit" value=3D" L=
ogin
">
                       </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=E1tica - (UNIJU=CD/RS)
mailto:gaucho@detec.unijui.tche.br
http://www.tchezope.cjb.net
---------------------------------------