Add the following to the bottom of ~install_location/sso/css/sso_styles.css
.aui-button.aui-button-submit:before {
content: "
Your disclaimer text";
font-size: 10px;
line-height:14px;
color: #414141;
display: inline-block;
left: 6px;
top: 12px;
max-width: 400px;
max-height:56px;
overflow-y:scroll !important;
}
After doing this you will need to recycle the SSO process for it to take affect
- Redhat 7: systemctl stop caperfcenter_sso / systemctl start caperfcenter_sso / systemctl status caperfcenter_sso
- Redhat 6: /etc/init.d/caperfcenter_sso stop|start|status