How to clear the user name on the HomePage of PeopleSoft

As a reason of security we want to clear the user name on the HomePage of PeopleSoft, whenever the end user opens the link we want to empty user id

Currently he get the user id of the previously connected to the user as the default id.

Kind regards

CCCma

It is filled by the cookie SignOnDefault.  The cookie is placed in the servlet of psp and the value is passed back and forth between the cookie and the session ID USER during the logon process variable.  Signin.html page uses JSP to fill in the field with the value.  An easy way to remove the login page user ID would be out of the JSP.  If you change signin.html in the PORTAL. ? war? / WEB-INF/psftdocs / path and delete <%=USERID%> value of the form which will stop the population of the user ID in the page.  In addition, you can delete signintrace.html as well.  Edit this file would require a restart of Weblogic and if you ever redeployed PIA for what anyone (update or a patch) you do the update again.

Tags: Oracle Applications

Similar Questions

Maybe you are looking for