Changes between Initial Version and Version 1 of Ticket #496


Ignore:
Timestamp:
2009-02-25T09:57:26+13:00 (15 years ago)
Author:
kjdon
Comment:

        

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #496 – Description

    initial v1  
    11Some people would like to have the entire administration pages needing authentication, rather than just the add user bits.
    22
    3 This is easy to do in the code (in check_cgiargs in statusaction.cpp, always set
     3This is easy to do in the code: in check_cgiargs in statusaction.cpp, always set
     4{{{
    45    args["uan"] = "1";
    56    args["ug"] = "administrator";
    6 
     7}}}
    78We need to make an option in main.cfg for this so users don't need to edit code to achieve this.