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
I use Member Login User control which try to login to member in umbraco..
after examine the code.. it's seems there is warning error...
said like this
Member.GetMemberFromloginNameAndPassword(string,string) is obsolete, Log Members in via the standard Forms authentication login
Do you know how to fix this so the warning gone ?
I want to get a member from the username and password, why it's become obsolete now ?
Thanks
You should use the ASP.Net Membership Provider model to access users.
To get a user you can use http://msdn.microsoft.com/en-us/library/bwzxkby7.aspx
To get the current user (and other stuff) refer to this: http://our.umbraco.org/wiki/how-tos/membership-providers
is there any plugin/ package with umbraco which implement this new ASP.NET Membership Provider ?
Why would you need a package? The point of using standard ASP.Net Membership is so you can use standard ASP.Net features, like the login control, and others
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.GetMemberFromloginNameAndPassword(string,string) is obsolete
I use Member Login User control which try to login to member in umbraco..
after examine the code.. it's seems there is warning error...
said like this
Member.GetMemberFromloginNameAndPassword(string,string) is obsolete, Log Members in via the standard Forms authentication login
Do you know how to fix this so the warning gone ?
I want to get a member from the username and password, why it's become obsolete now ?
Thanks
You should use the ASP.Net Membership Provider model to access users.
To get a user you can use http://msdn.microsoft.com/en-us/library/bwzxkby7.aspx
To get the current user (and other stuff) refer to this: http://our.umbraco.org/wiki/how-tos/membership-providers
is there any plugin/ package with umbraco which implement this new ASP.NET Membership Provider ?
Thanks
Why would you need a package? The point of using standard ASP.Net Membership is so you can use standard ASP.Net features, like the login control, and others
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.