There is tag available in all web.xml files under "src\main\webapp\WEB-INF" in all dhis-web modules like given below…
automaticAccessType
<param-value>ghostAdmin</param-value>
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 !!!
this is a mechanism for allowing access to the system when operating on a completely new database (there wouldn’t be any user to log in with).
For the details have a look at beans.xml in dhis-web-commons. Our AutomaticAccessFilter is using the GhostAutomaticAccessProvider as one of the access providers.
There is tag available in all web.xml files under "src\main\webapp\WEB-INF" in all dhis-web modules like given below…
automaticAccessType
<param-value>ghostAdmin</param-value>
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 !!!