This is a customized PeopleSoft signon page that let's you log into 2 different applications.
- Copy the
psadmin.html
file toPORTAL.war/WEB_INF/psftdocs/[domain]
. - Add the custom text and URLs to the
text.properties
file inPORTAL.war/WEB_INF/psftdocs/[domain]
. - Copy the
*.css
and*.js
files toPORTAL.war/[domain]
. - In the Web Profile, under the Look and Feel tab, set
psadmin.html
for these pages:- Signon Page
- Signon Error Page
- Logout Page
- Save the Web Profile and restart the web server
In the text.properties
file, change the 9000
and 9001
values for your URLs.
Value 8999
will change the header above the Username and Password boxes. This field can be used for the environment name.
WebProfile options you can set:
Property Name | Validation Type | Property Value |
---|---|---|
maintMode | String | false |
maintModeHR | String | true |
maintModeFS | String | false |
maintMode
will disable the entire login box until the special key combination is hit (see psadmin.js
). The two bolded options let you disable individual buttons instead of the entire login box.