How can I get the date that a user last logged into my Zope site, I have looked high and low but can't find out how to do this in DTML. regards garry
Well, one way to do it is to save the date in a database (either the Zope or in a RDBMS) and look it up. If the logged in user has a personal space, it would be appropriate, for example, to make it a property of the user's folder. On Sun, 4 Jan 2004, garry saddington wrote:
How can I get the date that a user last logged into my Zope site, I have looked high and low but can't find out how to do this in DTML. regards garry
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
use CMF oder Plone -aj --On Sonntag, 4. Januar 2004 22:14 Uhr +0000 garry saddington <garry@joydiv.fsnet.co.uk> wrote:
How can I get the date that a user last logged into my Zope site, I have looked high and low but can't find out how to do this in DTML. regards garry
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Andreas Jung -
Dennis Allison -
garry saddington