Tagged Questions

2
votes
1answer
723 views

Can't get a custom Membership Provider to work with Sitecore 6

I followed the directions in the Membership Providers document provided by Sitecore, but I was unable to get my membership provider to work correctly. Specifically, in the web.config, I changed the ...
1
vote
2answers
140 views

Sitecore restrict access to areas of a site based on (external) user's role

I have set up a Sitecore instance with an external ASP.NET membership database (for info on this see my earlier question) and can successfully create and edit users on the site (not using the Sitecore ...
1
vote
1answer
47 views

custom Membership fields disappearing?

I have added a custom profile field named 'Relatiecode' to my user profile according to the SDN developer guide. I have entered a value via the sitecore User Manager. More specifically, I set it to ...
0
votes
1answer
339 views

ASP Login control does not work inside a Sitecore 6 sublayout

In Sitecore 6, I have created a sublayout that has an asp:login control. For some reason, it doesn't work when I add it to the layout of a page. The page simply posts back, but doesn't log me in. I ...