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;
position: top;
left: 6px;
top: 2px;
max-width: 400px;
}
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