Member Controls: Not entering password restricted area after login
Hi,
I'm running 4.0.2.1 and can't get Member control to work. I have installed the package from Hartvig. It worked when I was using 4.0.0 but now it stays at my login page after succesfull login. I get the text that tells my I'm logged in and eventhough I try to go directly to the page where it's password restricted. What is wrong?
And I able to login. But still, after login is succesfull and I enter <LoggedInTemplate> It simply won't show nothing else but this. I won't show me the content of my password protected section. I have made a section which is protected and a Login page with the code from Morten Bocks guide.
Why won't it show me the content of the protected pages? It goes to the login page no matter what I do.
Can you show some of the code you've got in your template (assuming you've been using Morten's approach)? It's hard to find what's not working from your comments!
The password protected folder is set up to use the group I have created "Privat" and using my Login page which uses the above template. I have none of above code in the template which is used for the folder I wan't to protect.
...was about to suggest that, but found that would have been a rather stupid question... well, you know for next time now! thanks for sharing your answer!
Member Controls: Not entering password restricted area after login
Hi,
I'm running 4.0.2.1 and can't get Member control to work.
I have installed the package from Hartvig.
It worked when I was using 4.0.0 but now it stays at my login page after succesfull login.
I get the text that tells my I'm logged in and eventhough I try to go directly to the page where it's password restricted.
What is wrong?
/Martin
Which package is that? the membercontrols package? it is a bit outdated as you can use standard asp.net controls in umbraco v4. Much easier :)
Since I do most of my programming in VB and never really got to learn ASP.NET then you might tell me where I find this functionallity?
Thanks.
ok,
I have used the guide from Morten Bock:
http://www.mortenbock.dk/setting-up-membership-in-umbraco-116.htm
And I able to login.
But still, after login is succesfull and I enter <LoggedInTemplate> It simply won't show nothing else but this.
I won't show me the content of my password protected section.
I have made a section which is protected and a Login page with the code from Morten Bocks guide.
Why won't it show me the content of the protected pages? It goes to the login page no matter what I do.
/Martin
Martin,
Can you show some of the code you've got in your template (assuming you've been using Morten's approach)? It's hard to find what's not working from your comments!
Cheers,
/Dirk
The password protected folder is set up to use the group I have created "Privat" and using my Login page which uses the above template.
I have none of above code in the template which is used for the folder I wan't to protect.
The Problem seems have been solved.
My user was not added to the member group.
Anyway when I login in now I'm being redirected to protected page.
...was about to suggest that, but found that would have been a rather stupid question... well, you know for next time now! thanks for sharing your answer!
Cheers,
/Dirk
is working on a reply...