25 Oct
2000
25 Oct
'00
7:47 a.m.
I want to include the owner (from acl_users) of a page in my HTML-output.
<dtml-var "AUTHENTICATED_USER.getUserName()"> is what you want
Not exactly. This only returns the AUTHENTICATED_USER, or am I wrong? What I want is: 'Anonymous User' surfs to my site. She surfs trough the HTML output generated by zope, while zope not only tells her the content provided, but also the Name of the Zope-owner of the document (e.g patrick is owner of index_html --> that info is also displayed to the anonymous user) Thanks for more help, p@