Suppressing the Login Page
Suppressing the Login Page
Web Central's
login.properties
file in
WEB-INF/config/security/config/
contains a development-time setting that suppresses the login page and directly displays the requested page URL:
# Parameter autoLogin="true" means: if user is not authenticated, login using
# supplied here projectId, userId and password. Use this mode during the development
# to bypass the login screen, and go directly to the requested view.