Opened 15 years ago

Last modified 15 years ago

#496 new enhancement

authenticate administration page — at Version 1

Reported by: kjdon Owned by: kjdon
Priority: moderate Milestone: Greenstone 2 wishlist
Component: Collection Building Severity: enhancement
Keywords: Cc:

Description (last modified by kjdon)

Some people would like to have the entire administration pages needing authentication, rather than just the add user bits.

This is easy to do in the code: in check_cgiargs in statusaction.cpp, always set

    args["uan"] = "1";
    args["ug"] = "administrator";

We need to make an option in main.cfg for this so users don't need to edit code to achieve this.

Change History (1)

comment:1 by kjdon, 15 years ago

Description: modified (diff)

Note: See TracTickets for help on using tickets.