Zitiere Juan Garcia Garcia <juangar@dei.inf.uc3m.es>:
There are many products for Zope to make what you want: LoginManager, etcUserFolder, Generic User Folder(GUF), ... I'm using currently the last one but i don't understand at all yet. I have a form with two fields (Login and Password): <INPUT TYPE="TEXT" NAME="_gufauth_name" SIZE="20"> <INPUT TYPE="PASSWORD" NAME="_gufauth_password" SIZE="20"> and a submit button: <INPUT TYPE="SUBMIT" NAME="_gufauth_submit" VALUE="Conectar">
I think that the names of the input fields are essential for the authentication. In some DTML Methods of the GUF you must write the users, their roles and domains, and check for their passwords. I'm using to do this a database in PostgreSQL.
Oops ... well so far I've only used the "standard" UserFolder provided by Zope ... and actually it's working alright for me :=) (at least right now). -- Henning Eiben eiben@weite-welt.com