We have implemented a new Role Provider and Auth Provider for our Umbraco site.
From the front end website we can authenticate against our remote user store, however protected pages still redirect us to the login page, but that page says 'you are logged in'
In admin, Members section, we see the roles from our remote user role store, however the a-z member list is still showing the umbraco users.
when we select a user from that list it tries to get the user details from the remote use store and falls over as it is passing
what am i missing in order to get the a-z member list to draw its information from the remote store not the existing umbraco tables?
I'm not sure I'm able to help with the techical solution - however for those who perhaps can it will be a great help to them if you could provide some information about what version of Umbraco you're using.
You can't edit those members but I have implemented a custom membership provider ones and it was because of a non implemeneted method the a-z list didn't show up. I found out by checking the umbracoLog table for the exception.
Membership and Roles
Can anyone help?
We have implemented a new Role Provider and Auth Provider for our Umbraco site.
From the front end website we can authenticate against our remote user store, however protected pages still redirect us to the login page, but that page says 'you are logged in'
In admin, Members section, we see the roles from our remote user role store, however the a-z member list is still showing the umbraco users.
when we select a user from that list it tries to get the user details from the remote use store and falls over as it is passing
what am i missing in order to get the a-z member list to draw its information from the remote store not the existing umbraco tables?
Any ideas?
Hi Matthew and welcome to our :)
I'm not sure I'm able to help with the techical solution - however for those who perhaps can it will be a great help to them if you could provide some information about what version of Umbraco you're using.
Could you also share some code perhaps?
Cheers,
Jan
Hi Matthew,
I am not 100% sure but if you implement your own custom membership provider I don't think you can use the Umbraco Members section with it.
Hopefully someone can clarify this.
B
HI Matthew,
You can't edit those members but I have implemented a custom membership provider ones and it was because of a non implemeneted method the a-z list didn't show up. I found out by checking the umbracoLog table for the exception.
Hope this helps,
Richard
is working on a reply...