DMO no password required config file change
Amending the authentication line in the DMO configuration file changes the login to bypass the password requirement.
Find the Sod.exe.config file in C:\Program Files (x86)\Nuance\Dragon Medical One\
Copy the SoD.exe.config file to a destination to edit.
Look for this area in the file:
<!--
Authentication (none/native/ldap/ldaplocal/trusted)
none : No authentication (default)
native : NMS Native
ldap : LDAP/AD
ldaplocal : LDAP local authentication
trusted : Trusted
-->
<setting name="Authentication" serializeAs="String">
<value>none</value>
</setting>
Set the Value to "none"
Save file and replace in directory.