• Security levels for Web pages

    From DAVID DEMBSKI@1:124/5013 to All on Thu Jan 31 19:10:44 2019
    Date: Sun, 07 Sep 2008 17:03:51 -0400
    From: DAVID DEMBSKI
    To: HECTOR SANTOS
    Subject: Security levels for Web pages
    Newsgroups: win.server.wish.list
    Message-ID: <1220821431.33.0@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 20

    Dear Hector,

    At the time I'm planning to have a special member area which contains
    specific information for members only within the main web page.

    Another level is the SySOP level within that web page all links regarding the admin tools are in there.

    The issue I have is that many users are a little bit confused with all that links
    for SySOP only, within that solution all that links will be no more for normal users.

    My issue is that the security levels are only within file, mail areas and not the
    web pages.

    Is there a way to do it within WINServer? If not it that feature planned?

    Cheers,
    David

    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From HECTOR SANTOS@1:124/5013 to All on Thu Jan 31 19:10:44 2019
    Date: Sun, 07 Sep 2008 21:33:19 -0400
    From: HECTOR SANTOS
    To: DAVID DEMBSKI
    Subject: RE: Security levels for Web pages
    Newsgroups: win.server.wish.list
    Message-ID: <1220837599.33.1220821431@winserver.com>
    References: <1220821431.33.0@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 39

    You can use .WTACCESS files for folders and within a Web Page, if its a .WCT extension, you can use the @ macros like so at the top of pages.

    @IF USER.SECURITY = "New User"@
    YOU CAN NOT READ THIS!
    @ELSE@
    YOU CAN READ THIS!
    @ENDIF@

    See the AUP help for .WCTACCESS information.

    --

    On 2008-09-07 5:03 PM, DAVID DEMBSKI wrote to HECTOR SANTOS:

    Dear Hector,

    At the time I'm planning to have a special member area which contains specific information for members only within the main web page.

    Another level is the SySOP level within that web page all links regarding the

    admin tools are in there.

    The issue I have is that many users are a little bit confused with all that
    links
    for SySOP only, within that solution all that links will be no more for
    normal
    users.

    My issue is that the security levels are only within file, mail areas and not

    the
    web pages.

    Is there a way to do it within WINServer? If not it that feature planned?

    Cheers,
    David



    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From DAVID DEMBSKI@1:124/5013 to All on Thu Jan 31 19:10:44 2019
    Date: Mon, 08 Sep 2008 08:59:20 -0400
    From: DAVID DEMBSKI
    To: HECTOR SANTOS
    Subject: RE: Security levels for Web pages
    Newsgroups: win.server.wish.list
    Message-ID: <1220878760.33.1220837599@winserver.com>
    References: <1220837599.33.1220821431@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 51

    Thanks a lot

    Cheers,
    David

    On 2008-09-07 9:33 PM, HECTOR SANTOS wrote to DAVID DEMBSKI:

    You can use .WTACCESS files for folders and within a Web Page, if its
    a .WCT
    extension, you can use the @ macros like so at the top of pages.

    @IF USER.SECURITY = "New User"@
    YOU CAN NOT READ THIS!
    @ELSE@
    YOU CAN READ THIS!
    @ENDIF@

    See the AUP help for .WCTACCESS information.

    --

    On 2008-09-07 5:03 PM, DAVID DEMBSKI wrote to HECTOR SANTOS:

    Dear Hector,

    At the time I'm planning to have a special member area which contains specific information for members only within the main web page.

    Another level is the SySOP level within that web page all links regarding
    the
    admin tools are in there.

    The issue I have is that many users are a little bit confused with all
    that
    links
    for SySOP only, within that solution all that links will be no more for
    normal
    users.

    My issue is that the security levels are only within file, mail areas and
    not
    the
    web pages.

    Is there a way to do it within WINServer? If not it that feature planned?

    Cheers,
    David




    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)