You are here: Home Zope products mysqlUserFolder

mysqlUserFolder (1.0.4)

1
by Ihor Berehulyak last modified 2009-01-08
0.0
0.0
0.0
0.0
Released on 2005-01-12 by Vladimir Petrovic for Zope 2 under Zope Public License (ZPL) available for All platforms.
Software development stage: stable
mysqlUserFolder is 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.

Document Actions
Powered by Plone