How to get the logged in user's email address using script

3 messages Options
Embed this post
Permalink
surendhar () How to get the logged in user's email address using script
Reply Threaded More More options
Print post
Permalink
Hi all

I want to get the logged in user's email address how to get it using script

please any one help me out
monks () Re: How to get the logged in user's email address using script
Reply Threaded More More options
Print post
Permalink

member.getproperty('email') should work.

--

Regards,
Mayank Mathur


>
> Hi all
>
> I want to get the logged in user's email address how to get it using
> script
>
> please any one help me out
> --
> View this message in context:
> http://n2.nabble.com/How-to-get-the-logged-in-user-s-email-address-using-script-tp3930146p3930146.html
> Sent from the General Questions mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Plone-Users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/plone-users
>



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users

Regards,
Mayank
ajung () Re: How to get the logged in user's email address using script
Reply Threaded More More options
Print post
Permalink
it's getProperty() - method names are case-sensitive!

-aj

monks wrote:
member.getproperty('email') should work.