[Zope] what is my realname?

Phil Harris phil@harris-family.info
Sat, 26 Jan 2002 23:33:14 -0000


<dtml-var "AUTHENTICATED_USER['realname']">

----- Original Message -----
From: "Greg Conway" <greg@gmlnt.com>
To: <zope@zope.org>
Sent: Saturday, January 26, 2002 10:28 PM
Subject: [Zope] what is my realname?


> Hi all,
>
> Sorry, this has got to be stupidly obvious, but I just can't seem to work
it
> out... this is my first attempt at anything other than simple dtml
> scripting!
>
> I've set up exUserFolder so that I can log in and out, etc, and I've
> restricted access to the "add new record" page (all this is working off a
> MySQL Db).
>
> So, I want to store the username of the user in the Db. I have a user
> "greg", the user has a property "realname", surely I must simply be able
to
> at least display this? (using I would presume the <dtml-var var> tag).
>
> I've tried the following syntax but had no luck so far!
>
> <tr><td>Username:</td><td><dtml-var
> expr="acl_users.realname.values()"></td></tr>
> <tr><td>Username:</td><td><dtml-var expr="realname.values()"></td></tr>
> <tr><td>Username:</td><td><dtml-var
> expr="REQUEST.values('realname')"></td></tr>
>
> But none of it works. I'm very much a "learn from somebody else's example"
> kind of guy, but I've been searching for hours and cannot seem to find an
> example!
>
> Any kind soul out there fancy pointing me in the direction of the correct
> syntax?
>
> Many thanks!
>
> Regards,
>
> Greg Conway.
>
> --
> +-----------------------------------+
> |  Greg Conway, Technical Director  |
> |    GML Networking Technologies    |
> +-----------------------------------+
>  Email/MSN:    mailto:greg@gmlnt.com
>  ICQ#:                     100219981
>  mobile tel.:   +44 (0) 7974 666 967
>  mobile fax:    +44 (0) 7970 087 935
>  Internet:      http://www.gmlnt.com
>  office tel.:   +44 (0) 1255 672 103
>  office fax:    +44 (0) 1255 679 909
> +-----------------------------------+
> | GMLNT ** Sensible Smart Solutions |
> +-----------------------------------+
>
> ***********************************************************************
> This is a confidential communication between sender and addressee. If you
are not the intended recipient of this message, please notify the sender and
do not read, copy, use or disclose this communication to others. Any
opinions or views expressed are those of the individual, and unless
otherwise stated, are not those of the company. All attachments and
intellectual rights remain the property of GML (NT) Limited.
> ***********************************************************************
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )