Metadata

Distro Index Owner:
eea
Home Page:
edw.userhistory
License
GPL
Version:
1.8
Last updated:
2016-06-23
Keywords:

edw.userhistory

Files

Indexes

User login history

EdW User History

Introduction

EdW User History package will make available a portlet providing user login history. The portlet will list the most recent 10 user logins. Clicking a userid will open a page showing the full login history for that user including login date and his/her IP. A full user listing page is also available in the "Site setup" section of the site.

Main features

  1. New available portlet called "User login history"
  2. Control panel tool to display the full login history
  3. Login history works not only for local users but for external user sources too

Installation

zc.buildout

If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:

  • Update your buildout.cfg file:

    • Add edw.userhistory to the list of eggs to install
    • Tell the plone.recipe.zope2instance recipe to install a ZCML slug
    [instance]
    ...
    eggs =
      ...
      edw.userhistory
    
    zcml =
      ...
      edw.userhistory
    
  • Re-run buildout, e.g. with:

    $ ./bin/buildout
    

You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.

Changelog

System Message: SEVERE/4 (<string>, line 71)

Title level inconsistent:

1.8 - (2016-06-23)
------------------
  • Bug fix: Use getSite to get portal_membership [avoinea]

System Message: SEVERE/4 (<string>, line 76)

Title level inconsistent:

1.7 - (2016-05-04)
------------------
  • Bug fix: Fix REMOTE_ADDR getter from request.environ [avoinea]
  • Bug fix: Safely get portal_membership tool [avoinea]

System Message: SEVERE/4 (<string>, line 83)

Title level inconsistent:

1.6 - (2015-01-09)
------------------
  • Change: Added missing package includes in order to be compatible with Plone >= 4.1 [olimpiurob refs #22037]

System Message: SEVERE/4 (<string>, line 89)

Title level inconsistent:

1.5 - (2012-09-28)
------------------
  • Bugfix: fixed version.txt location. Added README.rst [ghicaale refs #5542]

System Message: SEVERE/4 (<string>, line 94)

Title level inconsistent:

1.4 - (2012-09-28)
------------------
  • Feature: added documentation and fixed pylint warning [ghicaale refs #5542]
  • Feature: enhanced user login history to take into account all external users, not only the local users [ghicaale refs #5542]

System Message: SEVERE/4 (<string>, line 102)

Title level inconsistent:

1.3 - (2012-02-22)
------------------
  • Bugfix: using proper date format [david, (Eau de Web)]

System Message: SEVERE/4 (<string>, line 107)

Title level inconsistent:

1.2 - (2012-02-22)
------------------
  • Bugfix: proper date sorting [david, (Eau de Web)]

System Message: SEVERE/4 (<string>, line 112)

Title level inconsistent:

1.1 - (2012-01-06)
------------------
  • Bugfix: adding tests [david, (Eau de Web)]
  • Bugfix: updating package layout for eggmonkey [david, (Eau de Web)]
  • Bugfix: don't log user logins if no user information is available in portal_membership. This solves login issues with Products.PloneSurvey which uses a separate user folder [david, (Eau de Web)]

System Message: SEVERE/4 (<string>, line 123)

Title level inconsistent:

1.0 - (2011-08-01)
------------------
  • Initial release [david, (Eau de Web)]