Menu

authentication

Help
2003-02-04
2003-02-06
  • Nobody/Anonymous

    Hello,

    Here is my problem; I am trying to integrate phpBugTracker to a page with an ActiveX control where people can watch some graphics and report bugs on flows and all this stuff.

    I have just put a button on this page that is linked to a pop-up of "bug.php?op=add", but the authentication here is a problem. I though of:

    a) supressing authentication at this stage, so anyone can 'create' the bug, although you'll need to authenticate when trying to modify ('bug.php?op=show&bugid=...')

    b) authenticating from the very beginning, i.e. moving the login + password to an isolated page right before my page with the ActiveX.

    which one is easiest for me to do ? could you give me some guidelines ? I am not a PHP guru so I'm a bit lost.

    Thanks a million.
    Please let me know in case you didn't understand what I'm trying to do.

    Miguel

     
    • Benjamin Curtis

      Benjamin Curtis - 2003-02-06

      If you don't need anonymous browsing of bugs, you can change the FORCE_LOGIN configuration option to Yes and then a login page will be shown first when anyone accesses the tracker.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.