← Back to team overview

dhis2-devs team mailing list archive

About <param-name>automaticAccessType</param-name> tag available in web.xml file

 

Hello Devs,

There is tag available in all web.xml files under "src\main\webapp\WEB-INF\"
in all dhis-web modules like given below..

<context-param>
    <param-name>automaticAccessType</param-name>
    <param-value>ghostAdmin</param-value>
</context-param>

I tried to find some documentation about it but unfortunately i did not find
so far now.
Can i have some detail about it in terms of its usability prospective !!!
-- 
Regards,
Brajesh

Follow ups