Difference between revisions of "Q: The Application is not requiring I enter a password when I sign and finalize a note, why not?"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
(New page: Is there a preference that has a time limit on it that dictates how often in between sessions that you have to put your password in when signing a note? This logic uses the OrderAuthent...)
 
Line 1: Line 1:
 
 
Is there a preference that has a time limit on it that dictates how often in between sessions that you have to put your password in when signing a note?  
 
Is there a preference that has a time limit on it that dictates how often in between sessions that you have to put your password in when signing a note?  
  
This logic uses the OrderAuthenticationTimeOut preference.
+
This logic uses the OrderAuthenticationTimeOut preference.  This preference is found in the General Preferences screen, near the bottom of the list.
  
 
with this logic if the preference is empty/blank or set to zero, the password will never be required. You’ll want to set it to 1 if you want to prompt the user to enter a password as frequently as possible.
 
with this logic if the preference is empty/blank or set to zero, the password will never be required. You’ll want to set it to 1 if you want to prompt the user to enter a password as frequently as possible.

Revision as of 03:09, 10 February 2009

Is there a preference that has a time limit on it that dictates how often in between sessions that you have to put your password in when signing a note?

This logic uses the OrderAuthenticationTimeOut preference. This preference is found in the General Preferences screen, near the bottom of the list.

with this logic if the preference is empty/blank or set to zero, the password will never be required. You’ll want to set it to 1 if you want to prompt the user to enter a password as frequently as possible.