When connecting to custom membership I cant login to Umbraco
Hi all,
I dont know whether I am doing this wrong, but when I change the membership provider to hook into my own I cant seem to log back into the UI. Does the membership over write the existing user logins?
Also is there any examples how I can connect to my existing membership and roles from my existing ASP.NET Membership tables so I can see if I am doing something wrong.
This is wierd I have this working in a v4 site and it pulls in all the users from my existing ASP.NET membership no problem but in a v4.0.2.1 site I cant even login as mentioned above as I now get the error.
Could not load type 'CustomProviders.ExtendedSqlMembershipProvider'.
Hmm, are you sure the web.config is correctly configured. It's the only thing I can think of when looking at the error code. It doesn't seem to be able to load the provider you've specified? Sure about FQN of the provider?
Because I copied the membership details from a v4 then to a v4.0.2.1 version config and the fact that in v4.0.2.1 the user passwords are now hashed i just need to add
When connecting to custom membership I cant login to Umbraco
Hi all,
I dont know whether I am doing this wrong, but when I change the membership provider to hook into my own I cant seem to log back into the UI. Does the membership over write the existing user logins?
Also is there any examples how I can connect to my existing membership and roles from my existing ASP.NET Membership tables so I can see if I am doing something wrong.
Thanks
Tom
This is wierd I have this working in a v4 site and it pulls in all the users from my existing ASP.NET membership no problem but in a v4.0.2.1 site I cant even login as mentioned above as I now get the error.
Could not load type 'CustomProviders.ExtendedSqlMembershipProvider'.Any help greatly appreciated
Tom
Hmm, are you sure the web.config is correctly configured. It's the only thing I can think of when looking at the error code. It doesn't seem to be able to load the provider you've specified? Sure about FQN of the provider?
Cheers,
/Dirk
lol, found the issue.
It was the name Dirk.
The name is actually CustomProvider and not CustomProviders - been a very long day!!
Tom
Right I am no longer getting the error, but I can not log into the UI/Editor.
Any Ideas anyone?
Thanks
Tom
Update - I found the issue why I could not login.
Because I copied the membership details from a v4 then to a v4.0.2.1 version config and the fact that in v4.0.2.1 the user passwords are now hashed i just need to add
wasted 2.5hours on that, DOH!!!
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.