Custom membershipprovider for users when using Courier
I am trying out Courier, and have set up two sites and created a location that points from the "dev" site to the "prod" site.
Both sites are using the same custom membership provider for backend users, but I cannot seem to get the target site to accept the userlogin that I have set up on the location.
Does the Courier webservice use the membershipprovider, or does it look directly at the umbracoUser tables? And if so, should I send the passwords as clear or hashed in order for it to authenticate correctly?
Custom membershipprovider for users when using Courier
I am trying out Courier, and have set up two sites and created a location that points from the "dev" site to the "prod" site.
Both sites are using the same custom membership provider for backend users, but I cannot seem to get the target site to accept the userlogin that I have set up on the location.
Does the Courier webservice use the membershipprovider, or does it look directly at the umbracoUser tables? And if so, should I send the passwords as clear or hashed in order for it to authenticate correctly?
I believe it has a dependency on businesslogic.user namespace for authentication, added it as a high-priority to the next release
Ok. I will work with a folder repository for now then :-)
is working on a reply...