Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Greetings. I am having an issue with the Membership object.
All I want to know is what's the property for the Users name once you have the member object?
UserName, Alias, Name, User in various caps don't work..Can you tell I'm guessing?
I would look it up, but this page: http://our.umbraco.org/documentation/reference/management/members/ just errors with 'too many redirects.'
Deci
[edit] forgot to say, I am doing this in Razor (god help me), in the backend inside a template hence no intellisense.
Hi take a look at the post here http://www.charlesafford.com/
I have a post about members (still working on it be gentle :) )
What version of Umbraco are you using. This has been all changed to the ASP provider from the Umbraco provider
What you need is... Membership.GetUser().UserName. This is the asp provider way :)
Let me know and i will try and help some more :). Charlie
Hi,
I assume you need the name that get's displayed in Umbraco? It's member.Text
Hope this helps,
Richard
That was it, thanks Richard.
Also, thanks Charles for your help.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Member properties.
Greetings. I am having an issue with the Membership object.
All I want to know is what's the property for the Users name once you have the member object?
UserName, Alias, Name, User in various caps don't work..Can you tell I'm guessing?
I would look it up, but this page: http://our.umbraco.org/documentation/reference/management/members/ just errors with 'too many redirects.'
Deci
[edit] forgot to say, I am doing this in Razor (god help me), in the backend inside a template hence no intellisense.
Hi take a look at the post here http://www.charlesafford.com/
I have a post about members (still working on it be gentle :) )
What version of Umbraco are you using. This has been all changed to the ASP provider from the Umbraco provider
What you need is... Membership.GetUser().UserName. This is the asp provider way :)
Let me know and i will try and help some more :). Charlie
Hi,
I assume you need the name that get's displayed in Umbraco? It's member.Text
Hope this helps,
Richard
That was it, thanks Richard.
Also, thanks Charles for your help.
is working on a reply...