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
Hi,
I have added many members to my site. I have build a profile managment tool where the user can change their username. This all seesm to work fine using except the display name in the back end.
umbraco.cms.businesslogic.member.Member uMember = umbraco.cms.businesslogic.member.Member.GetMemberFromLoginName((string)ViewState["username"]);
uMember.Email = UserName.Text.Trim();
uMember.Text = UserName.Text.Trim();
uMember.LoginName = UserName.Text.Trim();
uMember.Save();
how can I update the members display name in the back end?
Many thanks
Scott
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Member node name
Hi,
I have added many members to my site. I have build a profile managment tool where the user can change their username. This all seesm to work fine using except the display name in the back end.
umbraco.cms.businesslogic.member.Member uMember = umbraco.cms.businesslogic.member.Member.GetMemberFromLoginName((string)ViewState["username"]);
uMember.Email = UserName.Text.Trim();
uMember.Text = UserName.Text.Trim();
uMember.LoginName = UserName.Text.Trim();
uMember.Save();
how can I update the members display name in the back end?
Many thanks
Scott
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.