You are not logged in Log in Join
You are here: Home » Members » vladap

Log in
Name

Password

 

vladap

Up one level

 Title   Type   Size   Last Modified   Description 
MySQL user folder Software Package   2004-05-30

A Zope user folder which uses MySQL database to store user information.

mysqlUserFolder has four functions:

  • Main function is to authenticate users and set their roles based on data from the MySQL server.
  • It keeps track of sessions (including session logging).
  • It allows reading and writing custom user data through User object (which is returned by the user folder). This information is also kept in a MySQL table. Custom session data is also supported.
  • It has methods that allow users to modify their accounts. It also allows anonymous user creation (it allows users to create their accounts through the web). Also, folder's management interface allows user management.

Folder supports both HTTP and cookie authentication. Session support uses cookies only.

There is a mailing list

All documentation is in the docs folder in the archive. If you are upgrading, check UPGRADE file.