Theo
Guest
|
Posted:
Tue Nov 01, 2005 5:51 pm Post subject:
hyperlinks to password protected pages |
|
|
Hi!
In the portal solution that I am developing I need to attach a link leading
from an open page to a password protected page. In case an uninlogged person
clicks the link, he should get to the login page. After successfull login he
should be redirected to the requested page. I have seen that it works
sometimes, but sometimes it doesn't. In my case, the link will be inactivated
if the person on the open page is not inlogged. How can I modify this in
order to achieve the requested behavior? I suppose it must be some kind of
setting that is not correct.
I would be gratefull for any help on this subject.
Regards,
//theo |
|
Stefan [MSFT]
Guest
|
Posted:
Mon Nov 07, 2005 5:50 pm Post subject:
Re: hyperlinks to password protected pages |
|
|
Hi Theo,
links in placeholder controls will always disappear if the user does not
have sufficient rights.
That is by design and cannot be changed.
You would need to code the link in a user control rather than holding it in
a placeholder control to achieve what you are looking for.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Theo" <Theo@discussions.microsoft.com> wrote in message
news:F79C022D-C75E-459B-B1AB-F1A4387BBB7F@microsoft.com...
| Quote: | Hi!
In the portal solution that I am developing I need to attach a link
leading
from an open page to a password protected page. In case an uninlogged
person
clicks the link, he should get to the login page. After successfull login
he
should be redirected to the requested page. I have seen that it works
sometimes, but sometimes it doesn't. In my case, the link will be
inactivated
if the person on the open page is not inlogged. How can I modify this in
order to achieve the requested behavior? I suppose it must be some kind of
setting that is not correct.
I would be gratefull for any help on this subject.
Regards,
//theo |
|
|