Hi guys, short question. Is there a last login method/function already implemented in Zope or do I have to write it myself. I want to have something like "username last login 25.01.02". If I have to do it myself, can you give me some hints? kind regard Damir
Damir Bartakovic writes:
short question. Is there a last login method/function already implemented in Zope or do I have to write it myself. I want to have something like "username last login 25.01.02". (Zope) CMF remembers this information.
Zope alone does not. You need to implement it yourself. Dieter
On Sat, Jan 26, 2002 at 07:59:51PM +0100, Dieter Maurer wrote:
Damir Bartakovic writes:
short question. Is there a last login method/function already implemented in Zope or do I have to write it myself. I want to have something like "username last login 25.01.02". (Zope) CMF remembers this information.
Zope alone does not. You need to implement it yourself.
exUserFolder might be a good bas for implementing this.x# -- paul winkler home: http://www.slinkp.com music: http://www.reacharms.com calendars: http://www.calendargalaxy.com
participants (3)
-
Damir Bartakovic -
Dieter Maurer -
Paul Winkler