[Zope] How to access control panel debug information as normal  user??
   
    Gilles Lavaux
     
    gilles.lavaux@esrin.esa.it
       
    Wed, 8 Nov 2000 10:48:17 +0100
    
    
  
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