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
method MakeNew() in umbraco.cms.businesslogic.member.Member class
Line 221 --> it should say
else if (Member.GetMemberFromLoginName(loginName) != null)
originally it was
else if (Member.GetMemberFromLoginName(LoginName) != null)
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
umbraco.cms.businesslogic.member.Member.MakeNew() bug
method MakeNew() in umbraco.cms.businesslogic.member.Member class
Line 221 --> it should say
else if (Member.GetMemberFromLoginName(loginName) != null)
originally it was
else if (Member.GetMemberFromLoginName(LoginName) != null)
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.