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.
|
Latest Release: |
1.0.5
|
Last Updated: |
2005-09-26 17:44:14 |
Author: |
vladap
|
License: |
ZPL |
Categories: |
|
Maturity: |
Stable |
|
Information
|
|
Changes
|
|