Commit fe52cb15 by Nilu Committed by Harsh Shah

Fix: Couldn't access admin portal page on same browser after applying for a job

parent c56556b9
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<NODE name="AdminPortalAuthDecorator" factory="Participant" class="oneit.servlets.utils.decorator.AuthenticatorDecorator"> <NODE name="AdminPortalAuthDecorator" factory="Participant" class="oneit.servlets.utils.decorator.AuthenticatorDecorator">
<AUTHENTICATOR factory="Participant" class="oneit.security.SecurityAuthenticator"> <AUTHENTICATOR factory="Participant" class="oneit.security.SecurityAuthenticator">
<PRIVILEGE factory="Parameter" param="priv"/> <PRIVILEGE factory="Parameter" param="priv"/>
<FAILED_URL factory="String" value="RestrictedAccess.jsp"/> <FAILED_URL factory="String" value="extensions/adminportal/sign_in.jsp"/>
<NO_USER_URL factory="String" value="extensions/adminportal/sign_in.jsp"/> <NO_USER_URL factory="String" value="extensions/adminportal/sign_in.jsp"/>
</AUTHENTICATOR> </AUTHENTICATOR>
</NODE> </NODE>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment