Sepearte membership provider for Sitefinity login and asp.net website login (using forms authentication)
Hi,
We recently migrated to 8.2 from 3.7. Our site was using SQLMemmbership provider for authenticating out site users. After the migration our login mechanism is not working unless we specify the below code after Membership.ValidateUser()
Telerik.Sitefinity.Security.SecurityManager.AuthenticateUser()
Seems like sitefinity is converting System.Web.Security.MembershipUser to Sitefinity User.
Is there any way can we isolate our site SQL Membership provider from Sitefinity membership provider?
Thanks,
Ali
Hello,
Thanks for contacting Sitefinity Trial Support.
It is fairly straight forward to implement the old SQL membership provider used for example in Sitefinity 3.7 into later versions.
Have you come across the documentation below which takes ytou step by step through the process:
docs.sitefinity.com/tutorial-implement-an-asp-net-sql-membership-provider-in-sitefinity
Regards,
Seth Cleaver
Telerik