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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...