How to access control panel debug information as normal user??
Hello, I want to give to my normal users (non manager) the possibility to access some debug informations like: - the number of currently open connections + the date of the openning. (This mainly to track the hanged request...) I am not able to retrive this information, except as manager. Whatever security or role I set on my 'status' method: <dtml-var standard_html_header> <!--#try--> Status:<br> <!--#var "Control_Panel.DebugInfo.dbconnections()"--> <!--#except--> <!--#var Except_Message--> <!--#/try--> <dtml-var standard_html_footer> Thanks for any help Gilles Lavaux
Gilles Lavaux wrote:
I am not able to retrive this information, except as manager. Whatever security or role I set on my 'status' method:
You need to give your 'status' method a proxy Role of Manager. Then be very careful that only managers can edit that method ;-) cheers, Chris
participants (2)
-
Chris Withers -
Gilles Lavaux