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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.