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...)
 
 
(2 intermediate revisions by 2 users not shown)
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?
+
=='''A:'''==
  
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.

Latest revision as of 19:35, 26 November 2012

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?

A:

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.