Detecting acl username
Hi, Is it possible to output a username once a acl user has logged in? Example - If my login is Bill, once I enter the secure area of the site, it could say - Hi Bill Thanks in advance, Michael.
hi michael, try something like.... Hello <dtml-var "AUTHENTICATED_USER.getName()">! jens Jens Vagelpohl Systems Administrator Washtenaw Development Council -----Original Message----- From: Michael Fox [mailto:michael@centurysoftware.com.au] Sent: Sunday, September 26, 1999 22:09 To: zope@zope.org Subject: [Zope] Detecting acl username Hi, Is it possible to output a username once a acl user has logged in? Example - If my login is Bill, once I enter the secure area of the site, it could say - Hi Bill Thanks in advance, Michael.
Michael Fox wrote:
Hi,
Is it possible to output a username once a acl user has logged in?
Example - If my login is Bill, once I enter the secure area of the site, it could say - Hi Bill
Hi <dtml-var AUTHENTICATED_USER>. -Michel PS: Please dont send HTML formatted mail to the list, it messes with peoples mailreaders.
Thanks in advance,
Michael.
participants (3)
-
Jens Vagelpohl -
Michael Fox -
Michel Pelletier