|
Home > Archive > Microsoft Content Management Server > December 2004 > Anonymous and Admin access
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Anonymous and Admin access
|
|
| Rob O'Cop 2004-12-22, 7:46 am |
| Hi,
I have a CMS website where anonymous users are allowed.
So, they can read the content.
I would like to add a link "Admin" which would go to a sort
of Login page in order to authenticate to get an admin access
and be capable of updating the content.
How can I achieve this? Where can I find a sample code for such a link
and auth. process?
Thanks,
Rob
| |
| Stefan [MSFT] 2004-12-22, 7:46 am |
| Hi Rob,
exactly as you mentiones: add a login link to the site that redirects to a
forms login page.
Instructions on how to create a login form is included in the MCMS
documentation:
http://msdn.microsoft.com/library/d...e_site_zafd.asp
Alternativly use the login page shipped with MCMS.
/NR/System/Access/ManualLogin.asp?ReturnUrl=/
Cheers,
Stefan.
"Rob O'Cop" <RobOCop@discussions.microsoft.com> wrote in message
news:E24155A4-E445-4736-9849-EE1CEFB7C9C0@microsoft.com...
> Hi,
>
> I have a CMS website where anonymous users are allowed.
> So, they can read the content.
> I would like to add a link "Admin" which would go to a sort
> of Login page in order to authenticate to get an admin access
> and be capable of updating the content.
> How can I achieve this? Where can I find a sample code for such a link
> and auth. process?
> Thanks,
>
> Rob
| |
| Rob O'Cop 2004-12-22, 5:52 pm |
| > exactly as you mentiones: add a login link to the site that redirects to a
> forms login page.
> Instructions on how to create a login form is included in the MCMS
> documentation:
> http://msdn.microsoft.com/library/d...e_site_zafd.asp
>
> Alternativly use the login page shipped with MCMS.
> /NR/System/Access/ManualLogin.asp?ReturnUrl=/
>
Thumb up!
|
|
|
|
|