cancel
Showing results for 
Search instead for 
Did you mean: 

Disclaimer notes on the sign-in page

true-player_
Occasional Contributor

Disclaimer notes on the sign-in page

Hi all,

is there a way customize the sign-in page to display disclaimer notes and only upon the approval of reading and accepting it ,

login is permitted?

5 REPLIES 5
dogmai_
Occasional Contributor

Re: Disclaimer notes on the sign-in page

You can export the sample template files and edit the loginpage.thtml to accomplish this. Zip up all of the files from the sample template and import, including your customized loginpage.thtml file, and then apply the customized template package to whatever login URLs you want. When you choose to make customizations to your pages, you will have to remember to re-create these changes from the new sample templates each time you upgrade your IVE otherwise any changes/upgrades to the templates from the OS version changes will not be applied to your custom one(s) and they may not function properly (best case) or the IVE may choose to discard them completely (worst case) in favor of the default login page.
ben_
Frequent Contributor

Re: Disclaimer notes on the sign-in page

As I personally dislike those self made sign in pages as they are hard to manage upon release changes, how about just writing the disclaimer text in the sing-in page instructions and imply for the user to accept them when doing the login itself?!

Or the other thing could be you place this in behding the login as part of the authorisation of the backend ressource.

true-player_
Occasional Contributor

Re: Disclaimer notes on the sign-in page

these notes must be read and agreed - "i accept" button in order to be able to sign in

that's the security policy for my orgnization, i have managed to customize the sign page , but putting the notes on the sign in page and bind the "i accept" button and then allow the user to sign , is way over my head...

kenlars_
Super Contributor

Re: Disclaimer notes on the sign-in page

You can customize the instructions on the logon page and change the text on the submit key. Might not be perfect, since the submit key is not directly below the instructions text, but it might get you past the requirement without custom pages.
dogmai_
Occasional Contributor

Re: Disclaimer notes on the sign-in page

 

In your loginpage.thtml template file, Replace this: <td><input type="submit" value="<% signin %>" name="btnSubmit">&nbsp; With this: <td><input type="submit" value="<% signin %>" name="btnSubmit" disabled>&nbsp; <input type="checkbox" onClick="document.frmLogin['btnSubmit'].disabled =(document.frmLogin['btnSubmit'].disabled)? false : true">I attest that I have read, fully understand, and accept all provisions of the <b>Terms and Conditions</b> below.</p>